var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [300, 100],
	// a length of a gap between two neighboring items, pixels
	'distance' : 100,
	'item_w' : 200,
	// for on-demand mode: image for scrolling items backward 
	// [left, top, width, height, sorce_file]
	'up' : [260, 80, 16, 16, '_news_files/alf.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file]
	'dn' : [280, 80, 16, 16, '_news_files/art.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' : 10,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS1 = [
{
	// file to get content for item from; if is set 'content' property doesn't matter
	// only body of HTML document is taken to become scroller item content
	// note: external files require time for loading 
	// it is RECOMMENDED to use content property to speed loading up
	// doesn't work in Opera
	'file' : '',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content' : '<b><center>Tigra Scroller PRO Advantages</center></b>',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 1,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 1
},
{
	'file': '',
	'content': '<p><b>Saves the space on the page</b> - With Tigra Scroller PRO there is always enough space for the content you want on your site. Hot news, events, slide shows, ads - everything can fit without destroying your design idea.</p>',
	'pause_b': 1,
	'pause_a': 0
},
{
	'file' : '',
	'content' : '<p><b>Attracts visitor\'s attention</b> - Make sure your visitors read hot content immediately after page loads. With Tigra Scroller PRO text and images presented in a natural way for easy reading.</p>',
	'pause_b' : 1,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<p><b>Professional Look</b> - With this simple to install and maintain widget your site can look really cool.</p>',
	'pause_b' : 1,
	'pause_a' : 0
}
];

