var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [604, 245],
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [580, 118, 18, 18,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [580, 118, 18, 18,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [580, 221, 18, 18,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [580, 10, 18, 18,,'tsp_files/mprv.gif'],
	'distance': 33

},
Tscr_BEHAVE0 = {
	// 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 interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 1,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS0 = [
{
	// 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': 's1_data/accred1.htm',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content': '',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b': 3,
	// pause duration when item bottom gets bottom of the scroller box, seconds
	// ignored in on-demand mode while scrolling backward
	'pause_a' : 0
},
{
	'file': 's1_data/accred2.htm',
	'content': '',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': 's1_data/accred3.htm',
	'content': '',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': 's1_data/accred4.htm',
	'content': '',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file': 's1_data/accred5.htm',
	'content': '',
	'pause_b': 0,
	'pause_a': 0
}
];
