bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<TITLE>GIST (Using PFRs)</title> <link rel='fontdef' src='DV-TTYogesh.pfr'>");
	else
	{
		document.write ('<TITLE>GIST (Using EOTs)</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
                document.write (' font-family: DV_Nishae'+"\;");
                document.write (' font-family: DVW-TTYogesh'+"\;");
		document.write (' font-family: DVW-TTYogeshEN'+"\;");
		document.write (' font-family: DVBW-TTYogeshEN'+"\;");
                document.write (' font-family: Times New Roman'+"\;");
                document.write (' font-family: Wingdings'+"\;");
                document.write (' font-family: Arial'+"\;");
                document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' font-weight: 700'+"\;");
		document.write (' src: url("eotfiles/DVBWTTY0.eot")');
		document.write (' src: url("eotfiles/DVBWTTY1.eot")');
                document.write (' src: url("eotfiles/DVNISHA0.eot")');
                document.write (' src: url("eotfiles/DVNISHA1.eot")');
                document.write (' src: url("eotfiles/DVWTTYO0.eot")');
                document.write (' src: url("eotfiles/DVWTTYO1.eot")');
                document.write (' src: url("eotfiles/DVWTTYO2.eot")');
                document.write (' src: url("eotfiles/TIMESNE0.eot")');
                document.write (' src: url("eotfiles/TIMESNE1.eot")');
                document.write (' src: url("eotfiles/WINGDIN0.eot")');          
                document.write (' src: url("eotfiles/ARIAL0.eot")');
                document.write ('}');
		document.write ('</style>');
	}
}