var isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false; 
if(isMac) { 
    document.write('<link href="/properties/c/tp_mac.css" rel="stylesheet" type="text/css">') 
} 
else { 
    document.write('<link rel="stylesheet" href="/properties/c/tp.css" type="text/css">') 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}