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