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