var Tscr_LOOK = {
	// scroller box size: [width, height]
	'size' : [420, 130],
	// a length of a gap between two neighboring items, pixels
	'distance' : 30,
	'item_w' : 200,
	// css classes for for item text
	's_i':'TScrItem1',
	// css classes for for scroller box
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [2000, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [2000, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [2000, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [2000, 80, 16, 16,,'tsp_files/pixel.gif']
},

Tscr_BEHAVE = {
	// 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' : 30,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS = [


,
{
	'content' : '<b> <a href="/pdfdocs/Penetrex.pdf" target="_blank"><img src="tsp_files/scrollpix/ptx.gif" width="200" height="45" border="0"/></a><br><font color="red"><div align="left"></font></b><br>Self-sealing caps for diagnostics and automation.',
	'pause_b' : 0,
	'pause_a' : 0
}
,
{
	'content' : '<b> <a href="/search.php?mode=search&by_title=Y&by_shortdescr=Y&by_fulldescr=Y&including=all&substring=labchem" target="_self"><img src="tsp_files/scrollpix/labchemlogo.gif" width="200" height="55" border="0"/></a><br><font color="blue"><div align="left"></font></b><br>The full line of Chemicals from LabChem are now available online!',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'content' : '<b> <a href="http://www.andwincorp.com/staysafe/" target="_blank"><img src="images/logoss.gif" width="163" height="38" border="0"/></a> <br><font color="red"><div align="left">Safer and Simpler Dosing of Oral and Topical Medications</font></b><br>Oral syringe bottle adapters for safer liquid medication handling.',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'content' : ' <a href="http://andersonbremer.com/" target="_blank"><img src="tsp_files/scrollpix/paper.gif" width="178" height="61" border="0"/></a><br><div align="left">For all your shipping and packaging supplies.',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'content' : '<a href="http://www.andwincorp.com/staysafe/" target="_blank"><img src="tsp_files/scrollpix/andwinpic7.gif" width="144" height="97" border="0"/></a><br><font color="red"><div align="left"><b>SealSafe</b><br> Self-Sealing Dosing Adapters</font>',
	'pause_b' : 0,
	'pause_a' : 0
},




{
	'content' : '<a href="/pdfdocs/Penetrex.pdf" target="_blank"><img src="tsp_files/scrollpix/ptx2.gif" width="144" height="97" border="0"/></a><br><font color="red"><div align="left"><b>Penetrex Technology</b><br> Pierceable Self-Sealing Caps</font>',
	'pause_b' : 0,
	'pause_a' : 0
},






{
	'content' : '<a href="/search.php?mode=search&by_title=Y&by_shortdescr=Y&by_fulldescr=Y&including=all&substring=drug+test" target="_self"><img src="tsp_files/scrollpix/drugcards.gif" width="180" height="98" border="0"/></a><br><br><font color="red"><div align="left"><b>Drug Screen Tests</b></font>',
	'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
];

