// slideshow_vars.js

// overwrites the following vars of "http://gp.co.at/cssandjs/slideshow_v2.js"
// var parent_url= "http://stayfocused.at/aonvirenchecker/";

var slideshow_width= 574; 
var slideshow_height= 700;
var slideshow_left= 100;
var slideshow_top= 50;
var slide_width= 512;
var showslide_html= parent_url+"slideshow/index.html?";
var slideshow_titlelong = "aonVirenchecker: complexity made simple &#8212; stay focused! issue 01&#x2022;2007";
var slideshow_titleshort = "aonVirenchecker &#8212; issue 01&#x2022;2007";

// slidesList
// stores a sortable list all the slides, together with
//    0 ... link= url of the slide
//    1 ... img= filename of the slide image
//    2 ... title= title of the slide
//    3 ... size= width of the image, currently unused
//    4 ... size= height of the image, currently unused
var slidesList = new Array (
	new Array ("aonvirenchecker_installation_step1of7","aonvirenchecker_installation_step1of7.jpg","installation: step 1 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step2of7","aonvirenchecker_installation_step2of7.jpg","installation: step 2 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step3of7","aonvirenchecker_installation_step3of7.jpg","installation: step 3 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step4of7","aonvirenchecker_installation_step4of7.jpg","installation: step 4 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step5of7","aonvirenchecker_installation_step5of7.jpg","installation: step 5 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step6of7","aonvirenchecker_installation_step6of7.jpg","installation: step 6 of 7",1024,768),
	new Array ("aonvirenchecker_installation_step7of7","aonvirenchecker_installation_step7of7.jpg","installation: step 7 of 7",1024,768),
	new Array ("aonvirenchecker_app_updatedb","aonvirenchecker_app_updatedb.jpg","updating the virus definition file", 680,698),
	new Array ("aonvirenchecker_app_updatedbwarning","aonvirenchecker_app_updatedbwarning.jpg","a warning: the virus definition file is out of date",680,698),
	new Array ("aonvirenchecker_app_scan","aonvirenchecker_app_scan.jpg","scan for viruses ...",680,698),
	new Array ("aonvirenchecker_app_scanning","aonvirenchecker_app_scanning.jpg","... scanning for viruses ...",680,698),
	new Array ("aonvirenchecker_app_scanning_found","aonvirenchecker_app_scanning_found.jpg","... and 2 viruses got caught",680,698),
	new Array ("aonvirenchecker_app_guard","aonvirenchecker_app_guard.jpg","setting up your preferences for the aonVirenchecker",1024,768),
	new Array ("aonvirenchecker_app_guardpartly","aonvirenchecker_app_guardpartly.jpg","due to your preferences your computer might be at risk",680,698),
	new Array ("aonvirenchecker_quarantine_full","aonvirenchecker_quarantine_full.jpg","quarantine: multiple viruses got caught",1024,768),
	new Array ("aonvirenchecker_quarantine_singlefile_full","aonvirenchecker_quarantine_singlefile_full.jpg","quarantine: a single virus got caught",1024,768),
	new Array ("aonvirenchecker_quarantine","aonvirenchecker_quarantine.jpg","quarantine: multiple viruses got caught",840,571),
	new Array ("aonvirenchecker_quarantine_singlefile","aonvirenchecker_quarantine_singlefile.jpg","quarantine: a single virus got caught",744,586)
//	new Array ("link", "img", "title", size)
);

findIndex(unescape(location.search.substring(1)));
document.title= 'aonVirenchecker: '+slidesList[this_slide][2];
//alert("previous_slide= "+previous_slide+"\nthis_slide= "+this_slide+"\nnext_slide= "+next_slide);