document.writeln('   <img src="images/nav.gif" width=760 height=25 usemap="#nav"><br>');
document.writeln('   <map name="nav">');
document.writeln('    <area shape=rect coords="156,0,229,25" href="home.htm" onMouseOver="navOver(\'0\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="229,0,313,25" href="rooms.htm" onMouseOver="navOver(\'1\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="313,0,398,25" href="dining.htm" onMouseOver="navOver(\'2\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="398,0,476,25" href="events.htm" onMouseOver="navOver(\'3\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="473,0,581,25" href="activities.htm" onMouseOver="navOver(\'4\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="584,0,650,25" href="giftshop.htm" onMouseOver="navOver(\'5\');" onMouseOut="navOut();">');
document.writeln('    <area shape=rect coords="650,0,760,25" href="directions.htm" onMouseOver="navOver(\'6\');" onMouseOut="navOut();">');
document.writeln('   </map>');
