<HTML> <head> <title>Help</title> <script language="JavaScript" type="text/javascript"> // By Levent Dal // function keycheck(){ switch (window.event.keyCode) { case 27 ://Escape window.close() default : } } </script> <link href="styles/main_gray.css" rel="stylesheet" type="text/css"> </head> <BODY bgcolor="#CCCCCC" onkeydown="keycheck();"> <table border="0" align="center" cellpadding="5" cellspacing="0" class="about"> <tr> <td> <p>Instructions: Select the conversion type from the main menu. <br> Then enter the number to convert into one of the text boxes.<br> As soon as you select or click something else, <br> the result will be shown in the other tex tbox.</p> </td> </tr> </table> </BODY> </HTML>