<!--
document.writeln('<form method="post" action="http://www.paross.com/cgi-bin/MasterFeedback.cgi">');
document.writeln('          <input type="hidden" name="subject" value="From PARoss Services Web Form" />');
document.writeln('          <input type="hidden" name="thankyou" value="http://www.paross.com/thankyou.htm" />');
document.writeln('          <table 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="50" /></td>');
document.writeln('            </tr>');
document.writeln('            <tr>');
document.writeln('              <td align="right" valign="top">Comments:</td>');
document.writeln('              <td><textarea name="x_comments" cols="45" rows="3" wrap="off" nowrap="NOWRAP"></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="submit" value="Submit" />');
document.writeln('                &nbsp; &nbsp; &nbsp; &nbsp;');
document.writeln('                <input name="reset" type="reset" value="Start Over" /></td>');
document.writeln('            </tr>');
document.writeln('          </table>');
document.writeln('        </form>');
//-->
