var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [240, 100],
	'distance' : 20,
	'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]
	'nx' : [0, 0, 0, 0,'tsp_files/aup-r.gif','tsp_files/maup-r.gif'],
	'pr' : [0, 0, 0, 0,'tsp_files/adn-r.gif','tsp_files/madn-r.gif'],
	'pa' : [0, 0, 0, 0,,'tsp_files/pau-r.gif','tsp_files/mpau-r.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' : 10,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':1
}

Tscr_ITEMS0 = [
{
	'file': '',
	'content': '<br><strong>How can you use data from the National Meat Case Study to better manage your meat department?</strong><br><image src="/images/bluearrowdown.gif">',
	'pause_b': 3,
	'pause_a': 0,
	'transition' : ''
},
{
	'file': '',
	'content': 'Find out when Jerry Kelly, National Coordinator of Cryovac<span class="reg">&#174;</span> Retail Task Force speaks on the topic of <i><strong>Meat Case Dynamics: Turning Information into Sales</strong></i> at the <strong>AMI Meat Conference, March 9-11.</strong>',
	'pause_b': 0,
	'pause_a': 10,
	'transition' : ''
}
];