var TextsAndLinks1 = new Array("/Home/SalesClients/tabid/63/language/en-US/Default.aspx", "Turn your day-to-day challenges into opportunities");
var TextsAndLinks2 = new Array("/Home/InventoryManagement/tabid/60/language/en-US/Default.aspx", "The ability to foresee is the key to optimal supply chain performance");
var TextsAndLinks3 = new Array("/Home/PerformanceSecurity/tabid/61/language/en-US/Default.aspx", "Grow your business profitably");
$("divBackgroundMain").style.background = "url('/Portals/_default/Skins/Dynacom Skin v01/images/Home1_en.png') no-repeat";

function TimerChangeBackground(){
	if(stoptimer == false){
		_currentTab++;
		if(_currentTab > 4){
			_currentTab = 1;
		}
		ChangeBackground(_currentTab + '', 'en');
		window.setTimeout('TimerChangeBackground()', 8500);
	}
}