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

// a data to build scroll window content
Tscr2_ITEMS0 = [
{
	'file': '2s0_data/cont1.html',
	'content': 'Alternative content for NS4.x and Opera',
	'pause_b': 0,
	'pause_a' : 0
}
];

