// slideshow_vars.js

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

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 = "dpm 9600: a tool for professionals &#8212; stay focused! issue 03&#x2022;2007";
var slideshow_titleshort = "dpm 9600 &#8212; issue 03&#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 ("dpm_moodboard1","dpm_moodboard1_big.jpg","mood boards to illustrate what gives a tool character",1024,768),
	new Array ("dpm_moodboard2","dpm_moodboard2_big.jpg","mood boards to illustrate what gives a tool character",1024,768),
	new Array ("dpm_moodboard3","dpm_moodboard3_big.jpg","mood boards to illustrate what gives a tool character",1024,768),
	new Array ("dpm_sketches1","dpm_sketches1_big.jpg","initial sketches for the dpm series",554,745),
	new Array ("dpm_hapticprototype1","dpm_hapticprototype1_big.jpg","first rough haptic model",576,768),
	new Array ("dpm_hapticprototype2","dpm_hapticprototype2_big.jpg","first rough haptic model",576,768),
	new Array ("dpm_hapticprototype3","dpm_hapticprototype3_big.jpg","first rough haptic model",576,768),
	new Array ("dpm9600_dancing","dpm9600_dancing_big.jpg","the philips dpm 9600, dancing to your commands",284,768),
	new Array ("dpm_sketches2","dpm_sketches2_big.jpg","initial sketches with the rocker buttons",880,624),
	new Array ("dpm_ixd_rendering1","dpm_ixd_rockerbutton1_play_big.jpg","different versions of the rocker buttons",326,768),
	new Array ("dpm_ixd_rendering2","dpm_ixd_rockerbutton1_stop_big.jpg","different versions of the rocker buttons",326,768),
	new Array ("dpm_ixd_rendering3","dpm_ixd_rockerbutton2_play_big.jpg","different versions of the rocker buttons",326,768),
	new Array ("dpm_ixd_rendering4","dpm_ixd_rockerbutton3_stop_big.jpg","different versions of the rocker buttons",326,768),
	new Array ("dpm_ixd_rendering5","dpm_ixd_rockerbutton3_extra_big.jpg","different versions of the rocker buttons",326,768),
	new Array ("dpm_ixd_flowdiagram_playstatephilips","dpm_ixd_flowdiagram_playstatephilips_big.gif","a flow diagram describing the various possibilities of actions in the play state", 1156,744),
	new Array ("dpm_ixd_flowdiagram_standbystatephilips","dpm_ixd_flowdiagram_standbystatephilips_big.gif","a flow diagram describing the various possibilities of actions in the standby state", 1220,924),
	new Array ("dpm_barcode_concept1","dpm_barcode_concept1_big.jpg","barcode scanner: the piggyback concept",1024,768),
	new Array ("dpm_barcode_concept2","dpm_barcode_concept2_big.jpg","barcode scanner: the forge-a-torch concept",1024,768),
	new Array ("dpm_barcode_concept1","dpm_barcode_concept1_big.jpg","barcode scanner: the piggyback concept",1024,768),
	new Array ("dpm_barcode_concept3a","dpm_barcode_concept3a_big.jpg","barcode scanner: the outboard concept, dissected",1024,768),
	new Array ("dpm_barcode_concept3b","dpm_barcode_concept3b_big.jpg","the outboard concept, docked",1024,768),
	new Array ("dpm_barcode_scanner","dpm_barcode_scanner_big.jpg","the dpm barcode scanner modul",420,768),
	new Array ("dpm_with_barcode_scanner","dpm_with_barcode_scanner_big.jpg","the dpm with the barcode scanner modul attached",1024,588),
	new Array ("dpm_dockingstation","dpm_dockingstation_big.jpg","the docking station of the dpm",1024,768),
	new Array ("dpm_dock_sketches","dpm_dock_sketches_big.gif","docking station: initial sketches",1024,768),
	new Array ("dpm_dock_concept1","dpm_dock_concept1_big.jpg","docking station: the chaise longue concept",1024,768),
	new Array ("dpm_dock_concept2","dpm_dock_concept2_big.jpg","docking station: the flat mate concept",1024,768),
	new Array ("dpm_with_dockingstation","dpm_with_dockingstation_big.jpg","dpm 9600 in its docking station",456,768)
//	new Array ("link", "img", "title", size)
);

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