function checkJavaPlugin() { if (navigator.javaEnabled() == true) { javaPluginDetected(); return; } javaPluginError(); }