var Tscr_LOOK = {
	'size' : [90, 85],
	'item_w' : 0,
	'distance' : 0
},
Tscr_BEHAVE = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true,
	// if scrolling direction is vertical (true / false, false means horizontal)
	'vertical' : true,
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' :4,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
}

// a data to build scroll window content
Tscr_ITEMS = [
{
	'content': '<a href="http://www.regonline.com/Checkin.asp?EventId=690211" target="_blank">Acclivus Special Event: Sales Negotiation Strategies &amp; Tactics for Tough Times, Las Vegas, April 15, 2009</a>',
	'pause_b': 4,
	'pause_a' : 0,
	'transition' : [0, 0.5]
}
,
{
	'content': '<a href="http://www.sellingpower.com/leadership/vegas09/" target="_blank">Acclivus Sponsors Selling Power Leadership Conference, Las Vegas, April 2009</a>',
	'pause_b': 4,
	'pause_a' : 0,
	'transition' : [0, 0.5]
}
,
{
	'content': '<a href="http://www.esresearch.com/e/home/document.php?dA=Randall_Murphy" target="_blank">Podcast: Randall Murphy, Acclivus founder and president, is interviewed by Dave Stein of ES Research Group</a>',
	'pause_b': 4,
	'pause_a' : 0,
	'transition' : [0, 0.5]
}
,
{
	'content': '<a href="/programs/meeting.asp" target="_parent">Acclivus Adds New Cold Calling Program to R3 Solutions Curriculum</a>',
	'pause_b': 4,
	'pause_a' : 0,
	'transition' : [0, 0.5]
}
,
{
	'content': '<a href="/newsroom/understanding_buyers.asp" target="_parent">Acclivus features "Influencing the Decision Process" on Voice America Radio</a>',
	'pause_b': 4,
	'pause_a': 0,
	'transition' : [0, 0.5]
}
,
{
	'content': '<a href="/newsroom/acclivus_swa.asp" target="_parent">Acclivus and Southwest Airlines featured on World Business Review, hosted by General Alexander Haig</a>',
	'pause_b': 4,
	'pause_a': 0,
	'transition' : [0, 0.5]
}
//,
//{
//	'content': 'Content 3 Announcement 3',
//	'pause_b': 4,
//	'pause_a': 0,
//	'transition' : [0, 0.5]
//}
];