var os = (navigator.appVersion.indexOf ("Win", 0) != -1) ? "w" : "m";
var br = (navigator.appName.indexOf ("Mac", 0) != -1) ? "e" : "n";
document.write ('<link rel="stylesheet" type="text/css" media="all" href="' + __path + 'common/css/' + os + '_' + br + '.css">');
window.focus();
