var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [250, 400],
	// a length of a gap between two neighboring items, pixels
	'distance' : 100,
	'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' : [260, 380, 16, 16, 'tsp_files/aup.gif','tsp_files/maup.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'dn' : [280, 380, 16, 16, 'tsp_files/adn.gif', 'tsp_files/madn.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' : 2,
	'interval' : 50,
	'zindex':1,
	// 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' : '<center><b>Up Coming Events</b></center>',
	// 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 Mike 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': 1
},
{
	'file': '',
	'content': '<img src="bullys_pizza.gif" height="109" width="200">',

	'pause_b': 1,
	'pause_a': 1,
	'transition': 'revealTrans(TRANSITION=12,DURATION=0.5)'

},
{
	'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' : 1
},
{
	'file' : 's0_data/cont2.html',
	'content' : '',
	'pause_b' : 1,
	'pause_a' : 1
}
];
