var Tscr_LOOK = {
	// scroller box size: [width, height]
	'size' : [663, 25],
	// a length of a gap between two neighboring items, pixels
	'distance' : 1,
	'item_w' : 500,
	// 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' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, 80, 16, 16,,'tsp_files/pixel.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' : 2,
	'interval' : 20,
	'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': '<p>',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCH Online --&nbsp;Web home of the CPA award-winning <em>Colorado Catholic Herald</em>',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '&nbsp;&nbsp;Listen to exclusive content from Bishop Sheridan on our Audio/Video page&nbsp;',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '&nbsp; For puzzle answers, scroll down to the Arts and Entertainment section!',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': 'Listen to&nbsp;our exclusive finance&nbsp;column \"Living God\'s Gifts\" on our Audio/Video page&nbsp;',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '&nbsp;&nbsp;&nbsp;<a href=\"http://www.blog.coloradocatholicherald.com/\" target=\"_self\">The CCH Blog is up and running&nbsp;and waiting for your comments&nbsp;</a>',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '&nbsp;<a href=\"http://www.coloradocatholicherald.com/display.php?sec=4\" target=\"_self\"><font color=\"#ffff00\">For movie review capsules, click on the Arts &amp; Entertainment button!</font></a>',
		'pause_b': 0,
		'pause_a': 0
	},{
		'file': '',
		'content': '</p>',
		'pause_b': 0,
		'pause_a': 0
	}]