var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [190, 200],
	// a length of a gap between two neighboring items, pixels
	'distance' : 100,
	'item_w' : 190,
	's_i':'TScrItem1',
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [85, 175, 16, 16,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [85, 175, 16, 16,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [105, 175, 16, 16,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [65, 175, 16, 16,,'tsp_files/mprv.gif']
},

Tscr_BEHAVE1 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true, 
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : false, 
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 1,
	'interval' : 10,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false
},

// a data to build scroll window content
Tscr_ITEMS1 = [
{
	// file to get content for item from; if is set 'content' property doesn't matter
	// only body of HTML document is taken to become scroller item content
	// note: external files require time for loading 
	// it is RECOMMENDED to use content property to speed loading up
	// doesn't work in Opera
	'file' : '',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content' : '',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 5,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 0
},
{
	'file': '',
	// direct content
	'content': '<p><a href="/eu/de/products/food/bb9050.html" target="_parent">Cryovac<span class="reg">&#174;</span> BB9050</a> Beutel mit h&#246;chster Widerstandf&#228;higkeit<br><br><center><img src="./images/bb9050.jpg" height="110" width="150" alt="Cryovac&#174; BB9050"></center></p>',
	'pause_b': 5,
	'pause_a': 0,
	'transition': 'revealTrans (TRANSITION=12,DURATION=1)'
},
{
	'file' : '',
	// direct content
	'content' : '<p>Deckelfolie mit optimalen Schrumpfeigenschaften f&#252;r Maschinen mit Innerschnitt-Werkzeuge: <a href="/eu/de/products/food/lid3050.html" target="_parent">Cryovac<span class="reg">&#174;</span> LID3050 </a><br><br><center><img src="./images/lid3050.jpg" height="87" width="160" alt="Cryovac&#174; LID3050"></center></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans (TRANSITION=12,DURATION=1)'
},
{
	'file' : '',
	// direct content
	'content' : '<p>Neues leistungsst&#228;rkeres <a href="/eu/de/products/food/bdf.html" target="_parent">CRYOVAC <span class="bdf">BDF<SPAN CLASS="reg">&#174;</SPAN></span></a> <br><br><center><img src="./images/new_BDF_250_190.jpg" height="110" width="160" alt="Neues Cryovac&#174; BDF&#174;"></center></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans (TRANSITION=12,DURATION=1)'
},
{
	'file' : '',
	// direct content
	'content' : '<p>Reifbeutel mit sehr guten Siegeleigenschaften: <a href="/eu/de/products/food/bb3050.html" target="_parent">Cryovac<span class="reg">&#174;</span> BB3050</a> <br><br><center><img src="./images/bb3050.jpg" height="105" width="125" alt="Cryovac&#174; BB3050"></center></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans (TRANSITION=12,DURATION=1)'

}
];
