var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [634, 283],
	// a length of a gap between two neighboring items, pixels
	'distance' : 0,
	'item_w' : 212,
	's_i':'TScrItem1',
	's_b':'TScrBody1',
	// for on-demand mode: image for scrolling items backward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'up' : [40, 258, 97, 25, 'tuoteslider/tsp_files/japo-edellinen1.gif','tuoteslider/tsp_files/japo-edellinen2.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'dn' : [504, 258, 97, 25, 'tuoteslider/tsp_files/japo-seuraava1.gif', 'tuoteslider/tsp_files/japo-seuraava2.gif']
	
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	//'pa' : [360, 300, 16, 16,,''],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	//'re' : [360, 300, 16, 16,,''],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	//'nx' : [504, 257, 97, 25, 'tuoteslider/tsp_files/japo-seuraava1.gif', 'tuoteslider/tsp_files/japo-seuraava2.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	//'pr' : [40, 257, 97, 25, 'tuoteslider/tsp_files/japo-edellinen1.gif','tuoteslider/tsp_files/japo-edellinen2.gif']
},

Tscr_BEHAVE1 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : false, 
	// 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' : 3,
	'interval' : 50,
	'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' : '<img src="tuoteslider/content/tuote1.jpg" width="210" height="283" border="0" alt="Tuote 1">',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 0,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 0
},
{
	'file': '',
	'content': '<img src="tuoteslider/content/tuote2.jpg" width="210" height="283" border="0" alt="Tuote 2">',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file' : '',
	'content' : '<img src="tuoteslider/content/tuote3.jpg" width="210" height="283" border="0" alt="Tuote 3">',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<img src="tuoteslider/content/tuote4.jpg" width="210" height="283" border="0" alt="Tuote 4">',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<img src="tuoteslider/content/tuote5.jpg" width="210" height="283" border="0" alt="Tuote 5">',
	'pause_b' : 0,
	'pause_a' : 0
}
,
{
	'file' : '',
	'content' : '<img src="tuoteslider/content/tuotekuva-tyhja.jpg" width="210" height="283" border="0" alt="Kannettava 1">',
	'pause_b' : 0,
	'pause_a' : 0
}
];
