<HTML>
<HEAD>
<TITLE>Launches the Java Console into a separate window.</TITLE>
</HEAD>
<SCRIPT>
window.open("ConsoleApplet.html", "_new", "resizable=yes,width=620,height=420");
window.history.back();
</SCRIPT>
</BODY>
</HTML>