// THIO MENU

document.write("<div class='hovermenu'><ul>");
/* 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.
*/
document.write("<li><a href='index.htm'>Home</a></li>");
document.write("<li><a href='chefstable.htm'>Chef's Table</a></li>");
document.write("<li><a href='special.htm'>Specialty</a></li>");
document.write("<li><a href='catering.htm'>Catering</a></li>");
document.write("<li><a href='personalchef.htm'>Personal Chef Service</a></li>");
document.write("<li><a href='giftcertificates.htm'>Gift Certificates</a></li>");
document.write("<li><a href='about.htm'>About us</a></li>");
document.write("<li><a href='reviews.htm'>Reviews</a></li>");
document.write("<li><a href='links.htm'>Links &amp; Affiliates</a></li>");
document.write("<li><a href='contact.asp'>Contact Us</a></li>");
//DO NOT CHANGE ANYTHING BELOW HERE
document.write("</ul></div>");
