function trackDownload_Atlas() {
	var imgSrc = "";
	imgSrc = "http://switch.atdmt.com/action/msn_toolbar_install_click_action_tag";
	document.getElementById('downloadBtn').src = imgSrc;
}

function openExtLink(url) {
	location.href=url;
	//wExtLink=window.open(url,'externalLink','width=2' + ',height=2' + ',location=1,toolbar=1,menubar=1,directories=1,status=1,resizable=1,scrollbars=1');
	//wExtLink.focus();
}

function openLinks(exeUrl,thanksUrl){
    //openExtLink(exeUrl);
	location.href=exeUrl;
    //if(thanksUrl)location.href=thanksUrl;
}