if(navigator.appVersion.indexOf("Mac",0) != -1){
document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"../styleMac.css\" title=\"fontproperty\">");
}
else {
document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"../styleWin.css\" title=\"fontproperty\">");
}
