<html>
<head>
<!-- BEGIN ses -->
{ses}
<!-- END ses -->
<title>NTM</title>
<link rel="stylesheet" type="text/css" href="./gfx/styles.css" />
<link REL="SHORTCUT ICON" HREF="./gfx/favicon.ico">
</head>
<body class="body">
<table width="100%" height="100%" border="0" class="maintable">
<tr valign="top" class="title">
<td class="logo" height="60px" style="border-bottom: 1px #666 solid"><h1><a href="http://dtrust.be" target="blank_page"><img src="gfx/minilogo2.png" border="0"></a></h1></td>
<td class = "title" height="60px" style="border-bottom: 1px #666 solid" > <h1><img src="gfx/ntm.big.2.png" /></h1>
</td>
</tr>
<tr valign="top">
<td class="sMenu" width="220" rowspan="1" style="border-right: 1px #666 solid" >
<div style="width: 170px;">
<h2>Menu</h2>
<form action="{SCRIPT}" method="post" class="menus">
<input type="hidden" name="updateint" value="yes">
<!-- BEGIN menu -->
<select style="width: 130px;" name="port">{PORTOPTIONS}</select><br /> <br />
<select style="width: 130px;" name="history">{HISTORY}</select><br />
<input type="hidden" name="uid" value={uid}/>
<br /><input type="submit" value="submit" /></form>
{menu}
{financemenu}
{adminmenu}
<br /> <br />
</div>
<!-- END menu -->
</td>
<!-- BEGIN cell -->
<td width="100%" class="contentable">
{title}
{DATA}
<br>
<!-- END cell -->
<tr>
<td class="copy" height="15px" colspan="2" style="border-top: 1px #666 solid">2004 © <a href="http://www.dtrust.be" target="_blank">DTrust</a></td>
</tr>
</table>
</body>
</html>
<!-- END footer -->