<!--
	function detectObject() {
	
		if (!document.getElementById) {
		
			window.location.href = "browser.shtml";	
			
		}

	}
	
	function isNS() {
	
		if (navigator.appName != "Microsoft Internet Explorer")	{
		
			document.write("<link rel=\"stylesheet\" href=\"css/ns.hide.css\" type=\"text/css\"/>");
			
		}
	
	}
		
//-->

