var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [294, 50],
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [250, 35, 12, 12,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [250, 35, 12, 12,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [270, 35, 12, 12,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [230, 35, 12, 12,,'tsp_files/mprv.gif']
},
Tscr_BEHAVE0 = {
	// if scrolling mode is auto (true / false);
	'auto'  : true,
	// if scrolling direction is vertical (true / false, false means horizontal)
	'vertical' : false,
	// scrolling speed, pixels per interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 3,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS0 = [
{
	// 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' : '',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b': 2,
	// pause duration when item bottom gets bottom of the scroller box, seconds
	// ignored in on-demand mode while scrolling backward
	'pause_a' : 2,
	// 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' : 'revealTrans(TRANSITION=12,DURATION=1)'
},
{
	'file': '',
	'content': '<p class="TScrItemBody1" align="center"><b>Weekly Announced Prices As Of : March 5, 2010</b></p>',
	'pause_b': 1,
	'pause_a': 1
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody3"><b>NASS Nonfat Dry Milk Price: <font color="#FF0000">$1.0448/ LB</font></b> - (As reported by the USDA on March 5, 2009)</p>',
	'pause_b': 2,
	'pause_a': 2
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody2"><b>Sweet Cream Buttermilk</b> - Western Average of the Range: <b><font color="#FF0000">$0.9075/LB</font></b> - (As reported by the USDA <u>Dairy Market News</u> on March 4, 2010)',
	'pause_b': 2,
	'pause_a': 2
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody2"><b>Sweet Cream Buttermilk</b> - Central/East Avg.: <b><font color="#FF0000">$1.0575/LB</font></b> - (As reported by the USDA <u>Dairy Market News</u> on March 4, 2010)',
	'pause_b': 2,
	'pause_a': 2
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody2">DairyAmerica\'s (DA) <b>Nonfat Dry Milk Wkly Spot Price FOB CA: <font color="#FF0000">$1.07/LB</font></b> - (As of  February 26, 2010)',
	'pause_b': 2,
	'pause_a': 2
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody2">DairyAmerica\'s <b>Weekly Market Adjuster as of  February 26, 2010: <font color="#FF0000">  -0.05/LB</font></b> - (Applicable to NASS+ contracts)',
	'pause_b': 2,
	'pause_a': 2
},
{
	'file' : '',
	'content' : '<p class="TScrItemBody3">If you have any questions, please feel free to contact your DairyAmerica representative at (800) 722-3110.</p>',
	'pause_b': 2,
	'pause_a': 2
}
];