var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [371, 155],
	// a length of a gap between two neighboring items, pixels
	'distance' : 2,
	'item_w' : 2,
	'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' : [360, 80, 0, 0, '', ''], 
	'dn' : [360, 80, 0, 0, '', ''],
	'pa' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	're' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	'nx' : [380, 80, 16, 16,,'tsp_files/pixel.gif'],
	'pr' : [360, 80, 16, 16,,'tsp_files/pixel.gif']
},

Tscr_BEHAVE1 = {
	// 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 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 1,
	'interval' : 50,
	'zindex':5,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS1 = [
{
	'file' : 'http://www.tradisna.com/mods/notis.asp',
	'content' : '',
	'pause_b' : 0,
	'pause_a' : 0
}
];
