bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
{
	document.write ("<TITLE> Netscape</title> <link rel='fontdef' src='http://www.teluguone.com/pfr/TL-TTHema.pfr'>");
	 document.write("<META http-equiv='content-type' content='text/html; charset=iso-8859-1'>");

}
	else
	{
		
		document.write ('<TITLE> IE</title>');
		document.write ('<META http-equiv="content-type" content="text/html; charset=x-user-defined">'); 
             	document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: TL-TTHemalatha '+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://www.teluguone.com/eot/TLTTHEM0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://www.teluguone.com/helpdir/Instructions.html";
