<!--
if (!navigator.javaEnabled())
      alert("The browser does not understand Java or has Java disabled.");

var _info = navigator.userAgent;
var _ns = false;
var _ns6 = false;
var _ie = (_info.indexOf("MSIE") > 0 &&
               _info.indexOf("Win") > 0 &&
               _info.indexOf("Windows 3.1") < 0);


var _ns = (navigator.appName.indexOf("Netscape") >= 0 &&
               ((_info.indexOf("Win") > 0 &&
                 _info.indexOf("Win16") < 0 &&
                 java.lang.System.getProperty("os.version").indexOf("3.5") < 0)
               || (_info.indexOf("Sun") > 0)
               || (_info.indexOf("Linux") > 0)));

var _ns6 = (_ns && navigator.appVersion.substring(0,1) == "5");


if (_ie == true)
       document.writeln('<OBJECT classid="clsid:CAFEEFAC-0015-0000-0004-ABCDEFFEDCBA" WIDTH=700 HEIGHT=200 codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_04-windows-i586.cab">');
else if (_ns == true && _ns6 == false)
       document.writeln('<EMBED type = "application/x-java-applet;jpi-version=1.5"  CODE="net.viewer.GraphApplet" CODEBASE = "." ARCHIVE = "../viewer.jar" WIDTH = "700" HEIGHT = "200" ALIGN = "baseline"  scriptable=false pluginspage="http://java.sun.com/products/plugin/index.html#download"><NOEMBED><XMP>');
    else
	document.writeln('<APPLET  WIDTH=700 HEIGHT=200 CODE="net.viewer.GraphApplet" CODEBASE=" ." ARCHIVE = " ../viewer.jar" >');
-->