bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{	
   if (navigator.appName == "Netscape")
    {    document.write ("<TITLE>GIST (Using PFRs)</title> <link rel='fontdef' src='font/WININNW0.pfr'>\n");
	     document.write ("<SCRIPT SRC='http://www.bitstream.com/wfplayer/tdserver.js' TYPE='text/javascript'></SCRIPT>\n");
		 document.write ("<LINK>");

	}
	else
	{
		document.write ('<TITLE>GIST (Using EOTs)</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: \"Win   Innwa\"'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("font/WININNW0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
