
fName = "";
str = navigator.appName.toUpperCase();
if (str.indexOf("NETSCAPE") >= 0) fName = "wns.css";
if (str.indexOf("EXPLORER") >= 0) fName = "wie.css";
document.write("<link rel='stylesheet' href='/css/"+fName+"' type='text/css'>");
