This is my index.php
<table width="770" border="0" align="center">
<tr>
<td><?php include("header.php"); ?></td>
</tr>
</table>
<table width="770" border="0" align="center">
<tr>
<td valign="top"><?php include("left_block.php"); ?></td>
<td valign="top"><?php include("main.php"); ?></td>
<td valign="top"><?php include("right_block.php"); ?></td>
</tr>
</table>
<table width="770" border="0" align="center">
<tr>
<td><?php include("footer.php"); ?></td>
</tr>
</table>
the main script it is in main.php
so when i click on the link in main.php open just main.php without header footer left and right blocks how i fix this any help would be apricieded. Thanx in advance.