

bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
              {  
		document.write ("<link rel='fontdef' src='/ver01/font/ML1-TTKarthika.pfr'>");
		//document.write ("<LINK REL=fontdef SRC='http://pfrlib.cdac.org.in/pfr/ML-TTKarthika.pfr'>");
		//document.write ("<LINK REL=fontdef SRC='http://pfrlib.cdac.org.in/pfr/ML1-TTKarthika.pfr'>");

		 //document.write ("<SCRIPT SRC='http://www.bitstream.com/wfplayer/tdserver.js' TYPE='text/javascript'>")

		}
	else
	{
		document.write ('<style type="text/css">');

		document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("/ver01/font/MLTTKAR2.eot")');
		document.write ('}');

		document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: 700'+"\;");
		document.write (' src: url("/ver01/font/MLTTKAR1.eot")');
		document.write ('}');
		
		document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: oblique'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("/ver01/font/MLTTKAR0.eot")');
		document.write ('}');

		document.write ('</style>');

	}
}
//else
	//location.href="http://pfrlib.cdacindia.com/help.htm";
