// JavaScript Document
<!--
if(navigator.userAgent.indexOf("Mac")!=-1){
document.write("<link rel=stylesheet href=shared/style_mac.css type=text/css>");
}
else{
document.write("<link rel=stylesheet href=shared/style_win.css type=text/css>");
}

//-->
