bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
	if (navigator.appName == "Netscape")
		document.write ("<link rel='fontdef' src='digital.pfr'>");
	else
	{
    
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: DevLys 010'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("DEVLYS1.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="help.htm"



//<STYLE TYPE="text/css">
//<!-- /* $WEFT -- Created by: aa (a@a.com) on 4/3/2008 -- */
//  @font-face {
//    font-family: DevLys 010;
//    font-style:  normal;
//    font-weight: normal;
//    src: url(DEVLYS1.eot);
//  }
//-->
//</STYLE>