function testJava(){
	alert(navigator.javaEnabled());
	if (navigator.javaEnabled() == false){
		alert("You need to install java to continue. The player is free to download at ww.java.com");
		window.open("http://www.java.com","Java","menubar=yes,width=430,height=360,toolbar=no");
	}
}
//SAMPLE USAGE- detect "Flash"
//if (pluginlist.indexOf("Flash")!=-1)
//document.write("You have flash installed")
