// slideshow_vars.js

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

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 = "UNIG-vision: product design XXL &#8212; stay focused! issue 12&#x2022;2007";
var slideshow_titleshort = "UNIG-vision &#8212; issue 12&#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 ("people_img_1675","people_img_1675_big.jpg","people taking a sunbath",1024,768),
	new Array ("people_dsc00755","people_dsc00755_big.jpg","hikers having a break",800,600),
	new Array ("products_towerofmacminis","products_towerofmacminis_big.jpg","a tower of four apple mac mini",800,600),
	new Array ("products_g5_ref_0406pmg5_open","products_g5_ref_0406pmg5_open_big.jpg","the interior design of an apple power mac g5",800,940),
	new Array ("products_iPod-jobs-lg","products_iPod-jobs-lg_big.jpg","steve jobs and the apple iPod",800,680),
	new Array ("products_05ms2rdark","products_05ms2rdark_big.jpg","side view of a ducati monster s2r",768,768),
	new Array ("sketches_img_1988","sketches_img_1988_big.jpg","some first sketches and drawings",1024,768),
	new Array ("sketches_img_1976","sketches_img_1976_big.jpg","GPdesigners at work",1024,768),
	new Array ("concept_hoover_111","concept_hoover_111_big.jpg","one of the final concepts: hoover",1024,768),
	new Array ("concept_hoover_109","concept_hoover_109_big.jpg","one of the final concepts: hoover",1024,768),
	new Array ("concept_drift_122","concept_drift_122_big.jpg","one of the final concepts: drift",1024,768),
	new Array ("concept_drift_123","concept_drift_123_big.jpg","one of the final concepts: drift",1024,768),
	new Array ("concept_blizzard_lambo_2","concept_blizzard_lambo_2_big.jpg","one of the final concepts: blizzard",1024,768),
	new Array ("concept_blizzard_15","concept_blizzard_15_big.jpg","one of the final concepts: blizzard",1024,768),
	new Array ("hochmoos_dsc02776","hochmoos_dsc02776_big.jpg","under construction:Êthe UNIG-visionÊat leermoos-hochmoos",1024,768),
	new Array ("lermoos_hochmoos_027","lermoos_hochmoos_027_big.jpg","the UNIG-vision at leermoos-hochmoos",1024,768)
//	new Array ("link", "img", "title", size)
);

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