<!--function insertApplet(ff1,ff2,ie1) {	/* alert(document.URL);*/		if (document.URL.indexOf("?m=") < 5) {		var isitW3C;		isitW3C = (document.getElementById) ? true : false;		if (isitW3C) {			if (navigator.appName != "Microsoft Internet Explorer") {				document.getElementById('papplet').innerHTML = '<object classid="java:'+ff1+'.class" type="application/x-java-applet" archive="'+ff2+'" width="500" height="300" standby="Loading Processing software..." >';			} else {				document.getElementById('papplet').innerHTML = '<object classid="'+ie1+'" 	codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab" width="500" height="300" standby="Loading Processing software..."><param name="code" value="'+ff1+'" /><param name="archive" value="'+ff2+'" /></object>';			}		}	}	}//-->