bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<TITLE>Hindi version web site of Bhabha Atomic Research Centre (Netscape)</title> <link rel='fontdef' src='http://wwww.barc.ernet.in/hindi/DVBW-TTYogesh.pfr'>");
	else
	{
		document.write ('<TITLE>Hindi version web site of Bhabha Atomic Research Centre (IE)</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: DVBW-TTYogeshEN '+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://www.barc.ernet.in/hindi/eot/DVBWTTY4.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://pfrlib.cdacindia.com/help.htm";
