var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [700, 139],
	// a length of a gap between two neighboring items, pixels
	'distance' : 1,
	'item_w' : 960,
	'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' : [10, 120, 16, 16, 'tsp_files/alf.gif','tsp_files/malf.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'dn' : [50, 120, 16, 16, 'tsp_files/art.gif', 'tsp_files/mart.gif']
},
Tscr_BEHAVE0 = {
	// 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 interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 1,
	'interval' : 1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'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': 0,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=.5)'
}
,
{
	'file': 's0_data/cont11.html',
	'content': '',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=.4)'
}
,
{
	'file': 's0_data/cont12.html',
	'content': '',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=.4)'
}
];
