var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [250, 305],
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [360, 80, 16, 16,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, 80, 16, 16,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, 80, 16, 16,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, 80, 16, 16,,'tsp_files/mprv.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 interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 5,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS0 = [
{
	'file': 's0_data/cont1.html',
	'content': 'Alternative content for NS4.x and Opera',
	'pause_b': 20,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=12,DURATION=1)'
},
{
	'file': 's0_data/cont2.html',
	'content': '<img src="tsp.gif" width="350" height="80" border="0" alt="Tigra Scroller PRO">',
	'pause_b': 20,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=15,DURATION=1)'
},
{
	'file': 's0_data/cont3.html',
	'content': '<img src="tsp.gif" width="350" height="80" border="0" alt="Tigra Scroller PRO">',
	'pause_b': 20,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': 's0_data/cont4.html',
	'content': '<img src="tsp.gif" width="350" height="80" border="0" alt="Tigra Scroller PRO">',
	'pause_b': 20,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
}
];