//tmtC_cssOnPlatformtmt_css_Mac = "/common/css/mac.css";tmt_css_Win = "/common/css/win.css";tmt_css_Lin = "/common/css/lin.css";if((navigator.appVersion.indexOf("Mac")!= -1)){   document.write("<link rel='stylesheet' href='" + tmt_css_Mac + "' type='text/css'>");}   else if ((navigator.appVersion.indexOf("Linux")!= -1)){   document.write("<link rel='stylesheet' href='" + tmt_css_Lin + "' type='text/css'>");}else{   document.write("<link rel='stylesheet' href='" + tmt_css_Win + "' type='text/css'>");}//tmtC_cssOnPlatformEnd
