This JavaScript code needs to be added to your HTML document above where the Applet is called.
<script language="JavaScript"> <!-- hide function openWin(frame,text) { Win= open("",frame,"width=750,height=250,status=yes,toolbar=no,menubar=no,resizable,scrollbars=yes"); Win.document.open(); Win.document.write(text); Win.document.close(); } // --> </script>