<!--menu-->
<p>Insert record into: <b><!--tables--></b></p>
<form action="<!--self-->" method="POST">
	<input type="hidden" name="key" value="<!--key-->">
	<input type="hidden" name="action" value="insert">
	<table>
		<tr>
			<td valign="top">New row:</td>
			<td>
				<table class="inputtable">
					<!--input-->
				</table>
			</td>
		</tr>
		<tr><td colspan="2">&nbsp;</td></tr>
		<tr>
			<td>Insert record now</td>
			<td>
				<table class="inputtable">
					<tr><td><input type="submit" value="Insert"></td></tr>
				</table>
			</td>
		</tr>
	</table>
</form>