var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [200, 400],
	// a length of a gap between two neighboring items, pixels
	'distance' : 0,
	'item_w' : 200,
	// css classes for for item text
	's_i':'TScrItem1',
	// css classes for for scroller box
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [360, 180, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, 180, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, 180, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, 180, 16, 16,,'tsp_files/pixel.gif']
},
Tscr_BEHAVE0 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true, 
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : true, 
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 1,
	'interval' : 20,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},


// stadt wien – hast du
// raiffeisen – hast du
// strassl/hairfair – geschickt
// remington – geschickt
// wiener – hast du
// starkl – geschickt
// ozonid – BITTE BEI MANFREDINI ANFORDERN (er muss das logo noch basteln ;-)
// miss – geschickt
// M magazin – hast du
// Ökobox – solltest du vom letzten jahr haben
// afbö


// a data to build scroll window content
Tscr_ITEMS0 = [
{
	'file' : '',
	'content' : '<a * HREF="http://www.chiquita.at" TARGET="_blank" ALT="Chiquita"><img src="slider1/chiquita.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.remington.at" TARGET="_blank" ALT="remington"><img src="slider1/remington.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
}, 
{
	'file' : '',
	'content' : '<a * HREF="http://www.afboe.at" TARGET="_blank" ALT="AFBÖ"><img src="slider1/afboe.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '', 
	'content' : '<a * HREF="http://www.waldquelle.at" TARGET="_blank" ALT="Waldquelle"><img src="slider1/waldquelle.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '', 
	'content' : '<a HREF="http://www.miss.at" TARGET="_blank" ALT="miss"><img src="slider1/miss.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.starmediaverlag.at/" TARGET="_blank" ALT="m-magazin"><img src="slider1/m.jpg"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.magwien.gv.at/freizeit/sportamt/amt/wir.html" TARGET="_blank" ALT="Sportamt (Magistratsabteilung 51)"><img src="slider1/sportwien.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},


{
	'file' : '',
	'content' : '<a HREF="http://www.oekobox.at" TARGET="_blank" ALT="Ökobox"><img src="slider1/oekobox.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.raiffeisenclub.at/eBusiness/club_template1/61731788730430149-NA-NA-NA-NA-NA.html" TARGET="_blank" ALT="Raiffeisen"><img src="slider1/raiffeisen.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.starkl.at" TARGET="_blank" ALT="starkl"><img src="slider1/starkl.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.wiener-online.at/cms/index.html" TARGET="_blank" ALT="wiener"><img src="slider1/wiener.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.hair-fair.at/?skoda " TARGET="_blank" ALT="hair-fair"><img src="slider1/hairfair.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a HREF="http://www.wurmundwurm.at" TARGET="_blank" ALT="Wurm Und Wurm GesmbH"><img src="slider1/ww.png"></A>',
	'pause_b' : 2,
	'pause_a' : 0
}

// add as many items here as you need.
// don't forget to separate them with commas, make sure there is no comma after the last item
];

