// JavaScript Document

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