var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [946, 139],
	// a length of a gap between two neighboring items, pixels
	'distance' : 0,
	//'item_w' : 200,
	// css classes for for item text
	's_i':'TScrItem0',
	// css classes for for scroller box
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [-20, 0, 16, 16],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [-20, 20, 16, 16],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [-20, 40, 16, 16],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [-20, 0, 16, 16]
},

Tscr_BEHAVE0 = {
	// 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,
	'interval' : 50,
	'zindex':0,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// 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': '../../data/header_pics.htm',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content': '',//'<img src="../../images/header/ada_1.jpg" height="136" width="250">',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b': 0,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a': 0
	// transition effect the for the item [index, duration]
	// IE 5+ ONLY
	// choose index of following:
	// 0 - Box in.  
	// 1 - Box out.  
	// 2 - Circle in.  
	// 3 - Circle out.  
	// 4 - Wipe up.  
	// 5 - Wipe down.  
	// 6 - Wipe right.  
	// 7 - Wipe left.  
	// 8 - Vertical blinds.  
	// 9 - Horizontal blinds.  
	// 10 - Checkerboard across.  
	// 11 - Checkerboard down.  
	// 12 - Random dissolve. 
	// 13 - Split vertical in. 
	// 14 - Split vertical out.  
	// 15 - Split horizontal in.  
	// 16 - Split horizontal out.  
	// 17 - Strips left down.  
	// 18 - Strips left up.  
	// 19 - Strips right down.  
	// 20 - Strips right up.  
	// 21 - Random bars horizontal.  
	// 22 - Random bars vertical.  
	// 23 - Random of aboves  
	// 24 - Blending 
	//'transition' : 'revealTrans(TRANSITION=12,DURATION=1)'
}
//{	
//	'file': '',
//	'content': '<img src="../../images/header/american_2.jpg" height="136" width="209">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/american_4.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/comfortelite_1.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/comfortelite_3.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/comfortsofhome_2.jpg" height="136" width="245">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/event11.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/event20.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/event26.jpg" height="136" width="181">',
//	'pause_b': 0,
//	'pause_a': 0
//},
//{	
//	'file': '',
//	'content': '<img src="../../images/header/shower_9.jpg" height="136" width="180">',
//	'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
];
