<!--
document.writeln('<form method="post" action="cgi-bin/MasterFeedback.cgi">');
document.writeln('  <input type="hidden" name="subject" value="Contact/Feedback" />');
document.writeln('  <input type="hidden" name="thankyou" value="http://www.quintapress.org/thanks.htm" />');
document.writeln('  <table summary="Feedback Form" border="0">');
document.writeln('    <tr>');
document.writeln('      <td align="right">Name&nbsp;(required):</td>');
document.writeln('      <td><input type="text" name="realname" size="50" /></td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('      <td align="right">Email&nbsp;(required):</td>');
document.writeln('      <td><input type="text" name="email" size="50" /></td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('      <td align="right">Telephone:</td>');
document.writeln('      <td><input type="text" name="x_telephone" size="21" /></td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('      <td align="right" valign="top">Comments:</td>');
document.writeln('      <td><textarea name="x_comments" cols="50" rows="3"></textarea></td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('      <td align="right" valign="top">&nbsp;</td>');
document.writeln('      <td><input type="radio" name="x_contact" value="Contact me" />');
document.writeln('        Please contact me</td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('      <td>&nbsp;</td>');
document.writeln('      <td><input name="submit" type="button" value="Submit" />');
document.writeln('        &nbsp; &nbsp; &nbsp; &nbsp;');
document.writeln('        <input name="reset" type="button" value="Start Over" />');
document.writeln('        </td>');
document.writeln('    </tr>');
document.writeln('  </table>');
document.writeln('</form>');
//-->
