//gives left-hand navigation to site
function NavMap(){
document.write('<img src="Images/side_Navigation.jpg" border="0" usemap="#Map">');
document.write('<map name="Map">');
document.write('<area shape="rect" coords="2,1,71,26" href="index.htm" />');
document.write('<area shape="rect" coords="-1,26,188,51" href="minutes.htm" />');
document.write('<area shape="rect" coords="1,51,102,69" href="assess.htm" />');
document.write('<area shape="rect" coords="1,70,103,95" href="bldg.htm" />');
document.write('<area shape="rect" coords="1,97,80,118" href="boards.htm" />');
document.write('<area shape="rect" coords="2,120,76,142" href="clerk.htm" />');
document.write('<area shape="rect" coords="1,145,182,167" href="projects.htm" />');
document.write('<area shape="rect" coords="1,168,185,190" href="C&O.htm" />');
document.write('<area shape="rect" coords="1,192,122,215" href="commission.htm" />');
document.write('<area shape="rect" coords="1,216,56,239" href="dpw.htm" />');
document.write('<area shape="rect" coords="2,239,56,264" href="http://www.bluewaterferry.com/" target="_blank" />');
document.write('<area shape="rect" coords="2,265,155,285" href="http://www.mcfd.info" target="_blank" />');
document.write('<area shape="rect" coords="1,286,188,310" href="forms.htm" />');
document.write('<area shape="rect" coords="2,312,177,337" href="http://www.dhs.gov/index.shtm"  target="_blank" />');
document.write('<area shape="rect" coords="1,338,74,360" href="library.htm" />'); 
document.write('<area shape="rect" coords="2,361,58,382" href="links.htm" />');
document.write('<area shape="rect" coords="2,384,88,410" href="manager.htm" />');
document.write('<area shape="rect" coords="2,411,67,434" href="mayor.htm" />');
document.write('<area shape="rect" coords="2,435,87,455" href="museum.htm" />');
document.write('<area shape="rect" coords="2,455,170,481" href="rec.htm" />');
document.write('<area shape="rect" coords="2,482,60,503" href="police.htm" />');
document.write('<area shape="rect" coords="1,504,132,528" href="notices.htm" />');
document.write('<area shape="rect" coords="2,529,90,553" href="treasurer.htm" />');
document.write('<area shape="rect" coords="2,554,73,573" href="http://www.visitmarinecity.com" target="_blank" />');
document.write('<area shape="rect" coords="-1,577,168,598" href="../ancillary/Richfield_mgmt_info.pdf" target="_blank" />');
document.write('</map>');
document.write('</a>');
document.write('<br />');
document.write('<a href="http://marinecity.is.bsasoftware.com" target="_blank"><img src="Images/link_images/online_tax_payment.jpg" border="0" style="padding-bottom:5px; padding-left:10px" alt="By clicking this link you acknowledge that you are leaving the Marine City website.  We are not responsible for any content on other sites." title="By clicking this link you acknowledge that you are leaving the Marine City website.  We are not responsible for any content on other sites.">');
document.write('</a>');
   }