<?
include('header.php');
?>

<body >


<table cellpadding="0" cellspacing="0" width="80%" align="center">
<tr ><td>
<table width="100%" cellpadding="0" cellspacing="0" >
<tr><td>
<div id="top">
</div>
<div id="left">
<?
$left=$_GET["left"];
if($left==""){
$left=nav;
}
include($left.'.html');
?>
</div>
<div id="right">
<?

include($content.'.html');
?>
</div>
</td></tr>
</table>
</td></tr></table>
</body> </html>

