 document.write('<table cellpadding="0" cellspacing="0" border="0" align="center">');
 document.write(' <tr>');
 document.write('  <td WIDTH="107" HEIGHT="34" ALIGN="center" background="button7.gif" >');
 document.write('    <a style="text-decoration:none" href="index.html">');
document.write('   <FONT SIZE=3 COLOR="white"><b>Home</b>');
 document.write('  </a> </font>');
 document.write('  </td>');

 document.write('  <td WIDTH="107" HEIGHT="34" ALIGN="center" background="button7.gif" >');
 document.write('    <a style="text-decoration:none" href="mainmenu.html" title="Lunch Menu and Dinner Menu">');
document.write('   <FONT SIZE=3 COLOR="white"><b>Menu</b>');
 document.write(' </a> </font>');
 document.write('  </td>');

 document.write('  <td WIDTH="107" HEIGHT="34" ALIGN="center" background="button7.gif" >');
 document.write('    <a style="text-decoration:none" href="address.html" title="Address">');
document.write('   <FONT SIZE=3 COLOR="white"><b>Direction</b>');
 document.write(' </a>  </font>');
 document.write('  </td>');

 document.write('  <td WIDTH="107" HEIGHT="34" ALIGN="center" background="button7.gif" >');
 document.write('    <a style="text-decoration:none" href="coupon.html">');
document.write('   <FONT SIZE=3 COLOR="white"><b>Coupon</b> ');
 document.write('   </a></font>');
 document.write('  </td>');





 document.write(' </tr>');
 document.write('</table>');


