<!--
	var display_asa_prompt = false;
   	if (navigator.appVersion.indexOf("MSIE 3.") != -1) {
   		display_asa_prompt = false;
   	}
   	if (navigator.appVersion.indexOf("Mac") != -1) {
   		display_asa_prompt = false;
   	}

		IE5 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 5.5")!=-1)) ? true : false;
	   	IE6 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false;
		IE7 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 7.")!=-1)) ? true : false;
	   	IE55plus = IE5 || IE6 || IE7;

	if (!IE55plus || (navigator.platform != "Win32")) {
   		display_asa_prompt = false;
   	} else {
   		var is_getElementById = (document.getElementById) ? "true" : "false";
    	var is_getElementsByTagName = (document.getElementsByTagName) ? "true" : "false";
   		var is_documentElement = (document.documentElement) ? "true" : "false";
   		var is_forms = (document.forms) ? "true" : "false";
		if(is_getElementById && is_getElementsByTagName && is_documentElement && is_forms){
   			display_asa_prompt = true;
   		}
   	}
	function OpenASA(url) { window.open(url,"","height=505, width=618 ,scrollbars=yes"); }	//-->
