// slideshow_vars.js

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

var slideshow_width= 574; 
var slideshow_height= 668
var slideshow_left= 100;
var slideshow_top= 50;
var slide_width= 512;
var showslide_html= parent_url+"slideshow/index.html?";
var slideshow_titlelong = "chairdrive: quick, enthusiastic and professional &#8212; stay focused! issue 09&#x2022;2006";
var slideshow_titleshort = "chairdrive &#8212; issue 09&#x2022;2006";

// 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
var slidesList = new Array (
	new Array ("chairdrive_sketch1","chairdrive_sketch1_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_sketch2","chairdrive_sketch2_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_sketch3","chairdrive_sketch3_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_sketch4","chairdrive_sketch4_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_sketch6","chairdrive_sketch6_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_sketch5","chairdrive_sketch5_big.jpg","first sketches of the chairdrive",1024),
	new Array ("chairdrive_concept_arlberg1","chairdrive_concept_arlberg1_big.jpg","rear view of the arlberg concept", 1024),
	new Array ("chairdrive_concept_arlberg2","chairdrive_concept_arlberg2_big.jpg","side view of the arlberg concept", 1024),
	new Array ("chairdrive_concept_arlberg3","chairdrive_concept_arlberg3_big.jpg","front view of the arlberg concept", 1024),
	new Array ("chairdrive_concept_westendorf1","chairdrive_concept_westendorf1_big.jpg","rear view of the westendorf concept", 1024),
	new Array ("chairdrive_concept_westendorf2","chairdrive_concept_westendorf2_big.jpg","side view of the westendorf concept", 1024),
	new Array ("chairdrive_concept_westendorf3","chairdrive_concept_westendorf3_big.jpg","front view of the westendorf concept", 1024),
	new Array ("chairdrive_concept_peak1","chairdrive_concept_peak1_big.jpg","rear view of the diamond peak concept", 1024),
	new Array ("chairdrive_concept_peak2","chairdrive_concept_peak2_big.jpg","side view of the diamond peak concept", 1024),
	new Array ("chairdrive_concept_peak3","chairdrive_concept_peak3_big.jpg","front view of the diamond peak concept", 1024),
	new Array ("chairdrive_rendering1","chairdrive_rendering1_big.jpg","further development of the concepts: rear view",1024),
	new Array ("chairdrive_rendering3","chairdrive_rendering3_big.jpg","further development of the concepts: front view",1024),
	new Array ("p2080026","chairdrive_prototype_p2080026_big.jpg","1:1 prototype of the chairdrive at the doppelmayr test site in wolfurt",1024),
	new Array ("p7190003","chairdrive_prototype_p7190003_big.jpg","1:1 prototype of the chairdrive at the doppelmayr test site in wolfurt",1024),
	new Array ("hochkar0020","chairdrive_hochkar0020_big.jpg","the chairdrive at the almlift [hochkar, austria]",1024),
	new Array ("wartschenbrunn3","chairdrive_wartschenbrunn3_big.jpg","the chairdrive at wartschenbrunn [lienz, austria]",1024),
	new Array ("hochkar0017","chairdrive_hochkar0017_big.jpg","the chairdrive at the h&auml;sing [hochkar, austria]",1024),
	new Array ("badkleinkirchheim0135","chairdrive_badkleinkirchheim0135_big.jpg","the chairdrive at the schartenlift [bad kleinkirchheim, austria]",1024),
	new Array ("badkleinkirchheim0056","chairdrive_badkleinkirchheim0056_big.jpg","the chairdrive at the schartenlift [bad kleinkirchheim, austria]",1024)
//	new Array ("link", "img", "title", size)
);

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