bVer =  parseInt(navigator.appVersion);
if (bVer >= 4) {
  if (navigator.appName == "Netscape") {
    document.write("<META http-equiv='content-type' content='text/html; charset=iso-8859-1'>");
    document.write ('<link rel="fontdef" src="/fonts/SHREE-TEL-0900.pfr">');
  } else  {
    document.write ('<META http-equiv="content-type" content="text/html; charset=x-user-defined">'); 
    document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: SHREE-TEL-0900;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("/fonts/SHREETE0.eot");');    document.write ('}');
    document.write ('</style>');
  }
}

