if (navigator.appName == "Microsoft Internet Explorer")
{
	nav_version = navigator.appVersion.toUpperCase()
	
	if (1+nav_version.indexOf('WINDOWS NT 5.1'))
	{
		document.writeln("<IE:clientCaps ID='oClientCaps' />");
		oClientCaps.style.behavior = "url(#default#clientCaps)";
		
		if (! (oClientCaps.getComponentVersion("{08B0E5C0-4FCB-11CF-AAA5-00401C608500}", "ComponentID") || oClientCaps.getComponentVersion("{8AD9C840-044E-11D1-B3E9-00805F499D93}", "ComponentID")))
		{
			document.writeln('<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/update/1.4.2/jinstall-1_4_2_03-windows-i586.cab#Version=1,4,2,30" width="0" height="0">');
			document.writeln('<param name="type"       value="application/x-java-applet;version=1.4.2">');
			document.writeln('<param name="code"       value="com.sun.java.Main" >');
			document.writeln('<param name="codebase"   value="/applet" >');
			document.writeln('<param name="archive"    value="download.jar" >');
			document.writeln('<param name="scriptable" value="false">');
			document.writeln('<param name="bgcolor"    value="ffffff">');
			document.writeln('</object>');
		}
	}
}
