bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<TITLE>montage on Netscape</title> <link rel='fontdef' src='http://raitamitra.kar.nic.in/KNW-TTUma.pfr'>");
	else
	{
		document.write ('<TITLE>montage on IE</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family:KNW-TTUma '+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://raitamitra.kar.nic.in/KNWTTUM0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://dynamicfonts.cdacindia.com/help.htm";
