/* IE & NSµÄCSSÑ¡Ôñ */
<!--
browserName = navigator.appName;
if (browserName == "Netscape" ){
document.write("<link href=\"/css/style_NS.css\" rel=\"stylesheet\" type=\"text/css\">");
}
else if (browserName == "Microsoft Internet Explorer"){
document.write("<link href=\"/css/style_IE.css\" rel=\"stylesheet\" type=\"text/css\">");
}
else {
document.write("<link href=\"/css/style_IE.css\" rel=\"stylesheet\" type=\"text/css\">");
}
//-->


/* Éè¶¨margin=0,FOR NS */
document.writeln("<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"> ");
