os      = getOSType();
if (os == "MacOS")   dirName = "../etc/mac.css";
if (os == "Windows") dirName = "../etc/win.css";
document.write("<link rel='stylesheet' href='"+dirName+"' type='text/css'>");