// tizer_src_js 

// for a more elaborate documentation vide tizer_docu.txt



// tizerList
// stores a list of [relative image url/status text/relativ link url]
// at any given time 4 of these images are displayed as the appetizer in the upper right corner
//
// relative image url ... the src of the image to be displayed, relative to the web site's root
// status text ... the text to be displayed if the mouse is over that image
// relativ link url ... the url of the page which is loaded when the image is clicked
//
// syntax
// new Array ("relative image url", "status text", "relativ link url"),

var pixPath = "pix/acts/";

var tizerList = new Array (
	new Array ("act_klimt.jpg", "'klimt series' -- high-end loudspeakers", "works/klimt/"),
	new Array ("act_aero3237.jpg", "'MINERVA aero3237' -- the product is the brand", "works/aero3237/"),
	new Array ("act_champ.jpg", "'champ' -- photovoltaic exterior light", "works/champ/"),
	new Array ("act_epen.gif", "'Siemens ePen&trade;' -- a remote control for hearing aids", "works/epen/"),
	new Array ("act_dpm.jpg", "'dpm 9600' -- a tool for professionals", "works/dpm/"),
	new Array ("act_twinline.jpg", "'twinline' -- shower & bathtub all in one", "works/twinline/")
);
