document.writeln('<map name="menu">');
document.writeln('<area shape="RECT" coords="20,19,94,95" href="home.htm" />');
document.writeln('<area shape="RECT" coords="99,15,448,76" href="home.htm" />');
document.writeln('<area shape="RECT" coords="277,107,343,124" href="aboutus.htm" /> ');
document.writeln('<area shape="RECT" coords="352,107,395,124" href="news.htm" /> ');
document.writeln('<area shape="RECT" coords="404,107,470,124" href="services.htm" /> ');
document.writeln('<area shape="RECT" coords="480,107,561,124" href="businesses_all.htm" /> ');
document.writeln('<area shape="RECT" coords="571,107,652,124" href="directions.htm" /> ');
document.writeln('<area shape="RECT" coords="662,107,742,124" href="community.htm" /> ');
document.writeln('</map>');

document.writeln('<map name="bottommenu">');
document.writeln('<area shape="RECT" coords="112,2,152,15" href="home.htm" />');
document.writeln('<area shape="RECT" coords="164,2,221,15" href="aboutus.htm" />');
document.writeln('<area shape="RECT" coords="234,2,269,15" href="news.htm" />');
document.writeln('<area shape="RECT" coords="282,2,336,15" href="services.htm" />');
document.writeln('<area shape="RECT" coords="350,2,417,15" href="businesses_all.htm" />');
document.writeln('<area shape="RECT" coords="430,2,501,15" href="community.htm" />');
document.writeln('<area shape="RECT" coords="514,2,567,15" href="sitemap.htm" />');
document.writeln('<area shape="RECT" coords="581,2,647,15" href="contactus.htm" />');
document.writeln('</map>');
