bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<link rel='fontdef' src='TM-TTValluvar.pfr'>");
	else
	{
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: TM-TTValluvar'+"\;");
		document.write (' font-size: 12px'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' color: #333333'+"\;");
		document.write (' text-align: justify'+"\;");
		document.write (' src: url("TMTTVAL0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
