document.write('<map name="nav1">');
document.write('<area shape="rect" coords="2,10,140,40" href="/aboutus.html">');
document.write('<area shape="rect" coords="165,10,295,40" href="/events.html">');
document.write('<area shape="rect" coords="325,10,460,40" href="/contactus.html">');
document.write('</map> ');
document.write('<map name="nav2">');
document.write('<area shape="rect" coords="2,10,140,40" href="/lunchmenu.html">');
document.write('<area shape="rect" coords="165,10,295,40" href="/dinnermenu.html">');
document.write('<area shape="rect" coords="325,10,460,40" href="/happyhour.html">');
document.write('</map> ');
