<!-- gehort zu tabview -->
<div id="tabs">
	<ul>
		<li><a href="#tabs-1">[TABTEXT]</a></li>
	</ul>
	<!-- ende gehort zu tabview -->

	<!-- erstes tab -->
	<div id="tabs-1">

		<form method="post">
			[MESSAGE]
		</form>
		[TAB1]
		[TAB1NEXT]


		<table>
			<tr>
				<td>
					Drucker:
				</td>
				<td>
					<input type="text" id="printer" name='printer' value="[PRINTER]" size="30">
				</td>
			</tr>
		</table>

	<!-- tab view schließen -->
</div>

</script>