var Tscr_LOOK3 = {
	// scroller box size: [width, height]
	'size' : [175, 400],
	's_i':'TScrItem3',
	's_b':'TScrBody3',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [135, 370, 16, 16,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [135, 370, 16, 16,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [155, 370, 16, 16,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [115, 370, 16, 16,,'tsp_files/mprv.gif'],
	'distance' : 10
},
Tscr_BEHAVE3 = {
	// 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' : 2,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS3 = [
{
	// 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': '<a href="javascript:newWindow(\'gallery/image001.htm\')"><img src="gallery/image001.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	// 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,
	// 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' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image002.htm\')"><img src="gallery/image002.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Martin DeFries</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image003.htm\')"><img src="gallery/image003.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Martin DeFries</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image004.htm\')"><img src="gallery/image004.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Martin DeFries</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image005.htm\')"><img src="gallery/image005.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image006.htm\')"><img src="gallery/image006.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image008.htm\')"><img src="gallery/image008.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image009.htm\')"><img src="gallery/image009.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image010.htm\')"><img src="gallery/image010.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image011.htm\')"><img src="gallery/image011.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Martin DeFries</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image012.htm\')"><img src="gallery/image012.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image013.htm\')"><img src="gallery/image013.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image014.htm\')"><img src="gallery/image014.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image015.htm\')"><img src="gallery/image015.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image016.htm\')"><img src="gallery/image016.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image018.htm\')"><img src="gallery/image018.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image019.htm\')"><img src="gallery/image019.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image020.htm\')"><img src="gallery/image020.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image022.htm\')"><img src="gallery/image022.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image023.htm\')"><img src="gallery/image023.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image024.htm\')"><img src="gallery/image024.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image025.htm\')"><img src="gallery/image025.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image026.htm\')"><img src="gallery/image026.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image027.htm\')"><img src="gallery/image027.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image028.htm\')"><img src="gallery/image028.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image029.htm\')"><img src="gallery/image029.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image030.htm\')"><img src="gallery/image030.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image031.htm\')"><img src="gallery/image031.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image033.htm\')"><img src="gallery/image033.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Martin DeFries</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image035.htm\')"><img src="gallery/image035.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image036.htm\')"><img src="gallery/image036.jpg" width="175" height="114" border="0"></a><br><font color="#0000FF"><span class="smtext">description</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': '<a href="javascript:newWindow(\'gallery/image037.htm\')"><img src="gallery/image037.jpg" width="175" height="114" border="0"></a><br><font color="#FFFFFF"><span class="smtext">Photo courtesy of Darren Groff</span></font>',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
}
];