<!--menu-->
		<p>Please select the table(s) you wish the query to run on.</p>
		<form action="<!--self-->" method="POST">
			<input type="hidden" name="key" value="<!--key-->">
			<input type="hidden" name="action" value="selectchoosefields">
			<table class="inputtable">
				<!--tablelist-->
			</table>
			<br>
			<table class="inputtable">
				<tr><td><input type="submit" value="Continue"></td></tr>
			</table>
		</form>