bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
  if (navigator.appName == "Netscape") {
     document.write 	
    document.write ("<link rel=\"fontdef\"src=\"http://www.hmtindia.com/fonts/Shree-Dev-0714.pfr\">");
    document.write ("<link rel=\"fontdef\"src=\"http://www.hmtindia.com/fonts/ofdpriyn.pfr\">");
  } else  {						   
    document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: Shree-Dev-0714'+"\;");
    document.write ('font-style : normal'+"\;");
    document.write ('font-weight: normal'+"\;");
    document.write ('src        : url("http://www.hmtindia.com/fonts/SHREEDE0.eot")');
    document.write ('}');
    document.write ('@font-face {');
    document.write ('font-family: AkrutiOfficePriya'+"\;");
    document.write ('font-style : normal'+"\;");
    document.write ('font-weight: normal'+"\;");
    document.write ('src        : url("http://www.hmtindia.com/fonts/ofdpriyn.eot")');
    document.write ('}');
    document.write ('</style>');
  }
}

