var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [230, 160],
	'distance' : 170,
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	// images for autoscroll mode only - pa=pause - re=resume - nx=next - pr=previous
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [107, 133, 16, 16,'tsp_files/pau-r.gif','tsp_files/mpau-r.gif'],
	're' : [107, 133, 16, 16,'tsp_files/res-r.gif','tsp_files/mres-r.gif'],
	'nx' : [212, 133, 16, 16,'tsp_files/nxt-r.gif','tsp_files/mnxt-r.gif'],
	'pr' : [2, 133, 16, 16,'tsp_files/prv-r.gif','tsp_files/mprv-r.gif']
},
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 interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 5,
	'interval' : 10,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':1
}

// a data to build scroll window content
	// 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
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	// pause_b duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	// pause_a duration when item bottom gets bottom of the scroller box, seconds
	// ignored in on-demand mode while scrolling backward
	// 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 
Tscr_ITEMS0 = [
{
	'file': '',
	'content': '<br><a href="8600.html" target="_parent"><img src="/products/food/equipment/images/8600s_sm.jpg" width="150" height="67" border="0" style="margin-bottom:3px"><br>Model 8600S Rotary Vacuum Chamber Machine for Ready-to-Eat Products</a>',
	'pause_b': 5,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="vpp_large.html" target="_parent"><img src="/products/food/equipment/images/2100a_sm.jpg" width="67" height="100" border="0" style="margin-bottom:3px"><br>Cryovac<span class="reg">&#174;</span> Onpack Model 2100A</a>',
	'pause_b': 5,
	'pause_a' : 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="rotary_frm.html#8800e" target="_parent"><img src="/products/food/equipment/images/8800e_sm.jpg" width="150" height="85" border="0" style="margin-bottom:3px"><br>Model 8800E Automatic Bag Loader and Rotary Vacuum Chamber System</a>',
	'pause_b': 10,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="auto_loaders_frm.html#bl135" target="_parent"><img src="/products/food/equipment/images/smart_rack_sm.jpg" width="75" height="100" border="0" style="margin-bottom:3px"><br>BL135 Smart Rack Bag Printer and Dispenser</a>',
	'pause_b': 10,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="auto_loaders_cheese.html#bl110" target="_parent"><img src="/products/food/equipment/images/bl110_sm.jpg" width="95" height="100" border="0" style="margin-bottom:3px"><br>Model BL110 taped bag loader</a>',
	'pause_b': 10,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="auto_loaders_frm.html#bl125_6" target="_parent"><img src="/products/food/equipment/images/bl125_sm.jpg" width="70" height="100" border="0" style="margin-bottom:3px"><br>Models BL125 and BL126 bag loaders</a>',
	'pause_b': 10,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
},
{
	'file': '',
	'content': '<a href="cook-in.html" target="_parent"><img src="/products/food/equipment/images/hs3ab_sm.jpg" width="150" height="85" border="0" style="margin-bottom:3px"><br>Tipper Tie<span class="reg">&#174;</span> HS3AB Horizontal Form and Seal Tube Machine</a>',
	'pause_b': 10,
	'pause_a': 0,
	'transition' : 'revealTrans(TRANSITION=1,DURATION=0.5)'
}
];