// slideshow_vars.js

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

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 = "artweger body+soul: a steam shower for the rest of us &#8212; stay focused! issue 7&#x2022;2009";
var slideshow_titleshort = "artweger body+soul &#8212; issue 7&#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 ("body+soul_moodboard_toolingthebody","body+soul_moodboard_toolingthebody_big.jpg","moodboard &raquo;tooling the body&laquo;",1024,768),
	new Array ("body+soul_moodboard_feedingthemind", "body+soul_moodboard_feedingthemind_big.jpg","moodboard &raquo;feeding the mind&laquo;",1024,768),
	new Array ("body+soul_moodboard_formallanguage_no1", "body+soul_moodboard_formallanguage_no1_big.jpg","moodboard for the formal language",1024,768),
	new Array ("body+soul_moodboard_formallanguage_no2", "body+soul_moodboard_formallanguage_no2_big.jpg","moodboard for the formal language",1024,768),
	new Array ("body+soul_sketches", "body+soul_sketches_big.gif","some first sketches",1024,768),
	new Array ("body+soul_firstconcepts_juno", "body+soul_firstconcepts_juno_big.jpg","from the first concept phase: &raquo;juno&laquo;",1024,768),
	new Array ("body+soul_firstconcepts_katsu", "body+soul_firstconcepts_katsu_big.jpg","from the first concept phase: &raquo;katsu&laquo;",1024,768),
	new Array ("body+soul_firstconcepts_geko", "body+soul_firstconcepts_geko_big.jpg","from the first concept phase: &raquo;geko&laquo;",1024,768),
	new Array ("body+soul_rendering_basicsteam", "body+soul_rendering_basicsteam_big.jpg","rendering of the basic steam shower version",1024,768),
	new Array ("body+soul_rendering_topsteam", "body+soul_rendering_topsteam_big.jpg","rendering of the top steam shower version",1024,768),
	new Array ("body+soul_mockup_dimensions_no1", "body+soul_mockup_dimensions_no1_big.jpg","mock-up to define dimensions",1024,768),
	new Array ("body+soul_mockup_dimensions_no2", "body+soul_mockup_dimensions_no2_big.jpg","another mock-up to define dimensions",1024,768),

	new Array ("body+soul_moodboard_material_no1", "body+soul_moodboard_material_no1_big.jpg","moodboard for the visual appearance of the material",1024,768),
	new Array ("body+soul_moodboard_material_no2", "body+soul_moodboard_material_no2_big.jpg","moodboard for the visual appearance of the material",1024,768),
	new Array ("body+soul_firstprototype_basicsteam", "body+soul_firstprototype_basicsteam_big.jpg","first prototype by artweger of the basic steam shower version",512,768),
	new Array ("body+soul_firstprototype_topsteam", "body+soul_firstprototype_topsteam_big.jpg","first prototype by artweger of the top steam shower version",512,768),
	new Array ("body+soul_concept_rc_wallmounted", "body+soul_concept_rc_wallmounted_big.jpg","concept of the remote control: charger wallmounted",1024,768),
	new Array ("body+soul_concept_rc_topsteammounted", "body+soul_concept_rc_topsteammounted_big.jpg","concept of the remote control: charger mounted on top of the steam generator",1024,768),
	new Array ("body+soul_concept_rc_final", "body+soul_concept_rc_final_big.jpg","final concept of the remote control",1024,768),
	new Array ("body+soul_rc_sound", "body+soul_rc_sound_big.jpg","the side of the remote control to change the music",1024,768),
	new Array ("body+soul_rc_light", "body+soul_rc_light_big.jpg","the side of the remote control to change the light",1024,768),
	new Array ("body+soul_illumination", "body+soul_illumination_big.jpg","the illuminated steam shower with yellow light",1024,768),
	new Array ("body+soul_loadingmechanism", "body+soul_loadingmechanism_big.jpg","the loading mechanism for essential oils or herbs",1024,768),
	new Array ("body+soul_steamgenerator", "body+soul_steamgenerator_big.jpg","the steam generator",1024,768),

	new Array ("body+soul_quarterround_3pax", "body+soul_quarterround_3pax_big.jpg","body+soul, quarter-round shower, for 3 persons",1024,768),
	new Array ("body+soul_quarterround_2pax", "body+soul_quarterround_2pax_big.jpg","body+soul, quarter-round shower, for 2 persons",1024,768),
	new Array ("body+soul_cornerentry_1pax", "body+soul_cornerentry_1pax_big.jpg","body+soul, corner entry, for 1 person",1024,768),
	new Array ("body+soul_quarterround_2pax", "body+soul_quarterround_2pax_big.jpg","body+soul, quarter-round shower, for 2 persons",1024,768),
	new Array ("body+soul_niched_2pax", "body+soul_niched_2pax_big.jpg","body+soul, niched, for 2 persons",1024,768)
//	new Array ("link", "img", "title", size)
);

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