var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [745, 350],
	// a length of a gap between two neighboring items, pixels
	'distance' : 0,
	'item_w' : 200,
	'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' : [713, 325, 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' : [731, 325, 16, 16, 'tsp_files/art.gif', 'tsp_files/mart.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' : 8,
	'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': 'NewContent.htm',
	'content': '',
	'pause_b': 0,
	'pause_a': 0
},
];
