   
var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [200, 300],
	'distance' : 4,
	's_i':'TScrItem0', 
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [160, 284, 16, 16,,'http://www.sapcorp.net/content/styles/tigra/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [160, 284, 16, 16,,'http://www.sapcorp.net/content/styles/tigra/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [180, 284, 16, 16,,'http://www.sapcorp.net/content/styles/tigra/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [140, 284, 16, 16,,'http://www.sapcorp.net/content/styles/tigra/mprv.gif']
},  
Tscr_BEHAVE0 = {
	// 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' : 1,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':9
}

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

		 {
		   //'file': 'http://www.sapcorp.net/content/specials/specials.php?sid=2016',
		   'content': '<sub><p /><p><sub><font size="5">SPECIAL: AIR BRAKE HOSE</font></sub></p><p><sub><font size="5"></font></sub></p><p><sub><font size="5">15FT&quot;</font></sub></p><p><sub><font size="5"></font></sub></p><p><sub><font size="5">SAP952RB</font></sub></p><p><sub /></p><p><sub><font size="5"><img hspace="0" src="http://www.allworldautomotive.com/vendors/sites/sap/photos/thumbs/1675-3395-9368.jpg" align="baseline" border="0" /></font></sub></p><p><sub><font size="5">$</font></sub><sub><font size="5">18.00</font></sub></p></sub>',
		   'pause_b': 2,
		   'pause_a' : 2
		 }
	  
];