// THIO MENU

document.write("<tr><td height='49' colspan='3' class='footer'><div align='center'>");
/* CHANGE BELOW HERE ONLY
you can edit the below menu items by changing the file name and the 
text displayed in the following lines. Example:
document.write("<li><a href='CHANGETHIS.HTM'>ANDCHANGETHIS</a></li>");
do not alter any other code, including any quotation marks, leave them intact.
For any new lines, like brand new, not editing existing ones, heres a copy/paste line to get started:
document.write("<li><a href=''></a></li>");
*/
document.write("<a href='index.htm'>Home</a> | ");
document.write("<a href='chefstable.htm'>Chef's Table</a> | ");
document.write("<a href='special.htm'>Specialty</a> | ");
document.write("<a href='catering.htm'>Catering</a> | ");
document.write("<a href='personalchef.htm'>Personal Chef Service</a> | ");
document.write("<a href='giftcertificates.htm'>Gift Certificates</a> | ");
document.write("<a href='about.htm'>About us</a> | ");
document.write("<a href='reviews.htm'>Reviews</a> | ");
document.write("<a href='links.htm'>Links &amp; Affiliates</a> | ");
document.write("<a href='contact.asp'>Contact Us</a> | ");
document.write("<a href='terms.htm'>Terms of use</a> <br> ");
document.write("<a href='privacy.htm'>Privacy Policy</a> | ");
document.write("<a href='sitemap.htm'>Site map</a> | ");
//DO NOT CHANGE ANYTHING BELOW HERE
document.write("</div></td></tr>");
