var Tscr_LOOK1 = {
	// Scroller box size: [width, height]
	'size' : [566, 210],
	// a length of a gap between two neighboring items, pixels
	'distance' : 5,
	'item_w' : 0,
	'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, 136, 16, 16, 'Scroll/alf.gif','Scroll/malf.gif'], 
	// for on-demand mode: image for Scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'dn' : [280, 136, 16, 16, 'Scroll/art.gif', 'Scroll/mart.gif'],
// image for 'pause' control (autoScroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [25, 230, 16, 16,,'Scroll/mpau.gif'],
	// image for 'resume' control (autoScroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [25, 230, 16, 16,,'Scroll/mres.gif'],
	// image for 'next item' control (autoScroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [45, 230, 16, 16,,'Scroll/mnxt.gif'],
	// image for 'previous item' control (autoScroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [5, 230, 16, 16,,'Scroll/mprv.gif']
},

Tscr_BEHAVE1 = {
	// 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' : 3,
	'interval' : 20,
	'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' : '<p><b><a href="e8a.htm" target="_new">Engine (A)<BR><img border=0 src="e8a-1-t.jpg"> </a> <BR>929</b><BR>EMD 1950<BR>Model: BLI #463</p>',
////	// 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' : 0
////},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque1_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque2_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque3_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque4_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque5_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque6_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque7_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque8_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{
//	'file': '',
//	'content': '<a href="./Destaques.aspx" target="main"><img border=1 src="./Destaques/Destaque9_S12.jpg" style="width: 144px; height: 198px" /></a>',
//	'pause_b': 0,
//	'pause_a': 0
//}
//];

