var Tscr_LOOK = {
	// scroller box size: [width, height]
	'size' : [834, 300],
	// a length of a gap between two neighboring items, pixels
	'distance' : 20,
	'item_w' : 225,
	// css classes for for item text
	's_i':'TScrItem1',
	// css classes for for scroller box
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [780, 275, 16, 16,'tsp_files/pau.gif','tsp_files/pau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [780, 275, 16, 16,'tsp_files/res.gif','tsp_files/res.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [800, 275, 16, 16,'tsp_files/nxt.gif','tsp_files/nxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [760, 275, 16, 16,'tsp_files/prv.gif','tsp_files/prv.gif']
},

Tscr_BEHAVE = {
	// 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 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 1,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS = [

{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="appearances.php"><img src="images/lent_1.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 2,
	'pause_a': 0
},
{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="ascension.php"><img src="images/lent_2.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="appearances.php"><img src="images/lent_3.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="pentecost.php"><img src="images/lent_4.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="ascension.php"><img src="images/lent_5.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': '',
	'content': '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="255" valign="top" style="background-image:url(images/drop.png); background-repeat:no-repeat;"><a href="appearances.php"><img src="images/lent_6.jpg" width="196" height="280" border="0" style="margin:5px 13px 13px 0px;"></a></td></tr></table>',
	'pause_b': 0,
	'pause_a': 0
}
// add as many items here as you need.
// don't forget to separate them with commas, make sure there is no comma after the last item
];
