bVer =  parseInt(navigator.appVersion);

if (bVer >= 4)

if (navigator.appName == "Netscape")

document.write ("<TITLE>C-DAC on Netscape</title> <link rel='fontdef' src='http://www.yourdomainname.com/pfr/pfrnew/font.pfr'>");

else

{
document.write ('<TITLE>C-DAC on IE</title>');

document.write ('<style type="text/css">');

document.write (' @font-face {');

document.write (' font-family: Font Name '+"\;");

document.write (' font-style: normal'+"\;");

document.write (' font-weight: normal'+"\;");

document.write (' src: url("http://www.yourdomainname.com/eot/font.eot")');

document.write ('}');

document.write ('</style>');
}

else

location.href="http://www.cdac.in/dynfonts";