<!--
	
	bNS4 = (document.layers);
	bIE4 = (document.all);
	bV4 = (bNS4 || bIE4);
	bMac = (navigator.appVersion.indexOf("Mac") != -1);
	bMenu = (bNS4 || (bIE4 && !bMac));
	
	function popUp(){return};
	function popDown(){return};

	styleSheet="ie.css";
	if (bMac) { styleSheet = "mac.css";}
	if (bNS4) { styleSheet = "ns.css";}

	document.writeln ("<LINK REL=STYLESHEET HREF='/assets/css/" + styleSheet + "'>");

//-->

