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