<form method="post" action="SaveNew.asp" name="FRMNewRec" id="FRMNewRec" onsubmit="Validate_Submit()">
<input type="hidden" name="Dupe">
<input type="hidden" name="CancelForm" value="0">
<table border=1 height=40 rules=none bordercolor="#9A2E00" cellpadding=0 cellspacing=0 align="center" width=100% background="Background.jpg">
<tr>
<td align="left"><font face="Arial, Helvetica, Sans Serif" color="#000000"><B>  ADD RECORD</B></font></td>
<td align="right">  <button type="submit" NAME="BTNSave" onmouseover="SetStatus('Click here to save this record')" onmouseout="SetStatus('')"><u>S</u>ave Record</button><button name="BtnGetBox" onmouseover="SetStatus('Click here to get the next box number')" onmouseout="SetStatus('')"><u>G</u>et Next Box Number</button><button NAME="BTNMain" onmouseover="SetStatus('Click here to return to the menu')" onmouseout="SetStatus('')"><u>M</u>ain Menu</button>  </td>
</tr>
</table>
|