// JavaScript Document

if ((navigator.appName == "Safari")) {
document.write("<link rel=stylesheet href=\"./common/css/import_mac.css\" type=\"text/css\">");
document.write("<link rel=stylesheet href=\"./css/top_mac.css\" type=\"text/css\">");
}
else if ((navigator.appVersion.indexOf("Mac") != -1)) {
document.write("<link rel=stylesheet href=\"./common/css/import_mac.css\" type=\"text/css\">");
document.write("<link rel=stylesheet href=\"./css/top_mac.css\" type=\"text/css\">");
}
else {
document.write("<link rel=stylesheet href=\"./common/css/import.css\" type=\"text/css\">");
document.write("<link rel=stylesheet href=\"./css/top.css\" type=\"text/css\">");
}
