you need to take the onload="init()" out of the body and move it into your table, or you would need to add some css to bring the top level element of your menu into the center... I would suggest the former because you wont have to worry about if you resize your table structure.
Code:
<table width="774" style="height:100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="774" style="background:url(images/x.jpg) top no-repeat ">
<table width="774" style="height:100%;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="774" height="71" onload="init()"></td>
</tr>
<tr>
<td height="100%">
<table width="774" style="height:188; " border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="774">
<img src="images/header5.jpg" alt="" border="0">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Bookmarks