// slideshow_vars.js

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

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 = "champ: photovoltaic exterior light &#8212; stay focused! issue 09&#x2022;2009";
var slideshow_titleshort = "champ: photovoltaic exterior light &#8212; issue 09&#x2022;2009";

// 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 ("champ_horsedrawn_carriage","champ_horsedrawn_carriage_big.jpg","a horse-drawn carriage",1024,904),
//	new Array ("champ_motor_carriage","champ_motor_carriage_big.jpg","motor carriage by gottlieb daimler, circa 1886",1024,768),
//	new Array ("champ_ford_model_t","champ_ford_model_t_big.jpg","henry ford's model t, circa 1915",1024,768),
//	new Array ("champ_mercedesbenz_ml","champ_mercedesbenz_ml_big.jpg","mercedes benz ml, circa 2008",1024,768),
	new Array ("champ_streetlamp_ordinary","champ_streetlamp_ordinary_big.jpg","an ordinary street lamp",768,768),
//	new Array ("champ_streetlamp_photovoltaic_gen1","champ_streetlamp_photovoltaic_gen1_big.jpg","first generation of photovoltaic lamps",1024,768),
	new Array ("champ_streetlamp_photovoltaic_gen2_streetsun","champ_streetlamp_photovoltaic_gen2_streetsun_big.jpg","second generation of photovoltaic lamps: 'streetsun'",768,768),
	new Array ("champ_streetlamp_photovoltaic_gen3_champ","champ_streetlamp_photovoltaic_gen3_champ_big.jpg","third generation of photovoltaic lamps: 'champ'",800,600),
	new Array ("champ_amsterdam_at_night","champ_amsterdam_at_night_big.jpg","amsterdam at night",1024,768),
	new Array ("champ_desklamp","champ_desklamp_big.jpg","a person reading a book in front of a desk lamp",1024,684),
	new Array ("champ_concept_skin","champ_concept_skin_big.jpg","from the first concept phase: 'skin'",1024,768),
	new Array ("champ_concept_tree","champ_concept_tree_big.jpg","from the first concept phase: 'tree'",1024,768),
	new Array ("champ_concept_duck","champ_concept_duck_big.jpg","from the first concept phase: 'duck'",1024,768),
	new Array ("champ_concept_diapason","champ_concept_diapason_big.jpg","from the first concept phase: 'diapason'",1024,768),
	new Array ("champ_promenade_south_italy","champ_promenade_south_italy_big.jpg","promenade in south italy, one module",800,600),
	new Array ("champ_snowcovered_denmark","champ_snowcovered_denmark_big.jpg","snow-covered street in denmark, three modules",800,600),
	new Array ("champ_closeup","champ_closeup_big.jpg","close-up of champ",512,768),
	new Array ("champ_energybase_building_vienna","champ_energybase_building_vienna_big.jpg","champ in front of the ENERGYbase building in vienna",512,768)
//	new Array ("link", "img", "title", size)
);

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