<tr>
<td width="3" height="22"> </td>
<td width="52" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "index.phtml") { ?><font class="menu"><b> Summary </b></font><? } else { ?> <a href="javascript:dosubmit('index',document.<? echo $FORM_NAME ?>);" class="menu">Summary</a> <? } ?></td>
<td width="51" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "personal.phtml") { ?><font class="menu"><b> Personal </b></font><? } else { ?> <a href="javascript:dosubmit('personal',document.<? echo $FORM_NAME ?>);" class="menu">Personal</a> <? } ?></td>
<td width="40" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "home.phtml") { ?><font class="menu"><b> Home </b></font><? } else { ?> <a href="javascript:dosubmit('home',document.<? echo $FORM_NAME ?>);" class="menu">Home</a> <? } ?></td>
<td width="53" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "business.phtml") { ?><font class="menu"><b> Business </b></font><? } else { ?> <a href="javascript:dosubmit('business',document.<? echo $FORM_NAME ?>);" class="menu">Business</a> <? } ?></td>
<td width="38" height="22" bgcolor="#bebebe" align="center" valign="middle"><? if ($SCRIPT_NAME == "other.phtml") { ?><font class="menu"><b> Other </b></font><? } else { ?> <a href="javascript:dosubmit('other',document.<? echo $FORM_NAME ?>);" class="menu">Other</a> <? } ?></td>
<td width="248" height="22"> </td>
</tr>
|