document.write("<BR>");
document.write("<INPUT Type=submit Value=Calculate style='font-family: Verdana, Arial; font-size: 10pt'>");
document.write("&nbsp;");
document.write("<INPUT Type=button Value=Reset style='font-family: Verdana, Arial; font-size: 10pt' onClick=reset(this.form);>");
document.write("&nbsp;");
document.write("<INPUT Type=button Value=Help style='font-family: Verdana, Arial; font-size: 10pt' onClick=help(this.form);>");
document.write("<BR>");
document.write("<BR>");
document.write("</CENTER>");
document.write("</FORM>");
document.write("</td>");
document.write("</tr>");
document.write("</TABLE>");


