


if ((navigator.userAgent.indexOf("Mac") != -1))
    document.write('<link rel="stylesheet" href="../common/style.css" type="text/css">')
if (navigator.userAgent.indexOf('Win') != -1){
    if (navigator.appName.indexOf('Netscape') != -1) {
        document.write('<link rel="stylesheet" href="../common/nsstyle.css" type="text/css">')
        }
   else {
        document.write('<link rel="stylesheet" href="../common/style.css" type="text/css">')
        }
    }

