// slideshow_vars.js

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

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 = "cargoo: interaction design of a double-decker car wagon &#8212; stay focused! issue 07&#x2022;2007";
var slideshow_titleshort = "cargoo &#8212; issue 07&#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 ("cargoo_img_2135","cargoo_img_2135_big.jpg","a jockey operating the control panel",1024,768),
	new Array ("cargoo_img_2130","cargoo_img_2130_big.jpg","close-up of the old control panel",1024,768),
	new Array ("cargoo_img_1000","cargoo_img_1000_big.jpg","brand new mercedes benz rushing into the wagon",768,768),
	new Array ("cargoo_img_2094","cargoo_img_2094_big.jpg","adjusting the level of the platform: two jockeys communicate to make up for the lack of direct feedback",1024,768),
	new Array ("cargoo_img_2088","cargoo_img_2088_big.jpg","four gauges: each at a different position and with different scales",1024,768),
	new Array ("cargoo_img_2092","cargoo_img_2092_big.jpg","four gauges: each at a different position and with different scales",1024,768),
	new Array ("cargoo_img_2134","cargoo_img_2134_big.jpg","four gauges: each at a different position and with different scales",1024,768),
	new Array ("cargoo_img_2090","cargoo_img_2090_big.jpg","four gauges: each at a different position and with different scales",1024,768),
	new Array ("cargoo_placement_control_panels_gauges_20051027a","cargoo_placement_control_panels_gauges_20051027a_big.gif","proposed location of the control panels and gauges",1024,288),
	new Array ("cargoo_gauges_labeling_20051027b","cargoo_gauges_labeling_20051027b_big.gif","different versions of the gauge dials",768,768),
	new Array ("cargoo_img_1103","cargoo_img_1103_big.jpg","full-scale prototype used to test the positioning of the control panels and gauges",1024,768),
	new Array ("cargoo_img_2111","cargoo_img_2111_big.jpg","previous main control panel",768,768),
	new Array ("cargoo_img_1707","cargoo_img_1707_big.jpg","initial prototypes of the new main control panel",768,768),
	new Array ("cargoo_control_panel_gr_20060509a","cargoo_control_panel_gr_20060509a_big.gif","oone of several concepts for the new control panel",1024,768),
	new Array ("cargoo_control_panel_and_gauges","cargoo_control_panel_and_gauges_big.gif","control panel with gauges",768,768),
	new Array ("cargoo_img_5184","cargoo_img_5184_big.jpg","the built version of the new main control panel",1024,768),
	new Array ("cargoo_img_5184b","cargoo_img_5184b_big.jpg","the built version of the new main control panel",768,768),
	new Array ("cargoo_img_5210","cargoo_img_5210_big.jpg","the built version of the double-decker car wagon",1024,768),
	new Array ("cargoo_img_5181","cargoo_img_5181_big.jpg","close-up of the new main control panel",1024,768),
	new Array ("cargoo_img_5203","cargoo_img_5203_big.jpg","the built version of the new control panel with its gauge",1024,768),
	new Array ("cargoo_img_5217","cargoo_img_5217_big.jpg","close-up of the built version of the gauge",1024,768),
	new Array ("cargoo_img_5217b","cargoo_img_5217b_big.jpg","close-up of the built version of the gauge",768,768),
	new Array ("cargoo_img_5198","cargoo_img_5198_big.jpg","the built version of the double-decker car wagon",1024,768)
//	new Array ("link", "img", "title", size)
);

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