// all code Copyright 2004 Scott Dejmal
// if you use anything here, please leave this somewhere in the code

function _loadScreenshotData() {
  s1 = new ScreenShot("img/export_xml_option1.png");
  s1.addCaption(new Caption(252,96,"The results of scans can be exported to XML or text files for further processing by other programs.", 200));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;

  s1 = new ScreenShot("img/relative_paths_option1.png");
  s1.addCaption(new Caption(230,140,"Various options."));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;


  s1 = new ScreenShot("img/before_drop1.png");
  s1.addCaption(new Caption(83,178,"Begin by dropping one or more files or folders anywhere on the form"));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;


  s1 = new ScreenShot("img/scanning_in_progress1.png");
  s1.addCaption(new Caption(269,89,"If you're only looking for large redundant files, you can set the " + '"' + "skip" + '"' + " option for files less than (or equal to) a particular size. Since zero-length files are always identical, the default is to skip them.", 250));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;


  s1 = new ScreenShot("img/with_dups_size_limited1.png");
  s1.addCaption(new Caption(293, 355, "Here are two sets of duplicates, both with size 273,920, but with different contents. The MD5 algorithm is used to compare sets of files with identical sizes.", 200));

  s1.addCaption(new Caption(451, 163, "Relative path differences show only the part of the path that is different. To see the full path, right-click an item or select 'Show Full Paths' from the main menu.", 200));
  
  
  s1.addCaption(new Caption(472, 510, "Scanning is complete at this stage, however you can still drop more files and folders onto the form, and they will be compared to the working set. To start over, choose 'Reset' from the 'Tools' menu.", 200));

  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;
  
  s1 = new ScreenShot("img/short_paths_right_click_opts1.png");
  s1.addCaption(new Caption(252,96,"In this example, only short paths are displayed. Here there were two identical folders in different parts of the filesystem. Right-clicking on an item reveals the full path, as well as several options for the item, group, and entire results-tree.", 300));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;

  s1 = new ScreenShot("img/opened_containing_folder1.png");
  s1.addCaption(new Caption(252,96,"After right-clicking an item and choosing 'Open Containing Folder', the folder for that item is opened and the item is selected. This is useful for viewing the item in its context, deleting it, or any other investigation.", 300));
  //aryScreenShots.push(s1);
  aryScreenShots[aryScreenShots.length] = s1;

}

