//tmtC_cssOnBrowser
tmt_css_NN = "v3_css-js/nnstyles.css";
tmt_css_IE = "v3_css-js/mystyles.css";
if(document.layers){
   document.write("<link rel='stylesheet' href='" + tmt_css_NN + "' type='text/css'>");
}
if(document.all){
   document.write("<link rel='stylesheet' href='" + tmt_css_IE + "' type='text/css'>");
}//tmtC_cssOnBrowserEnd