//menu.js
document.write('<TABLE border="0" cellspacing="5" cellpadding="0">');
document.write('<TR><td width="5">&nbsp;</td><TD class="link" width="120" valign="top"><A class="menulink" title="Return to Home Page" href="index.html">Home</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Learn more about our club" href="aboutbiography.html">Biography</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="View our Club House" href="aboutclubhouse.html">Club House</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Learn more about our location" href="aboutlocation.html">Location</a></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Earn hours by completing this work" href="worklist.html">WorkList</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Directory of useful marine links" href="links.html">Links</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Club photo gallery" href="photogallery.html">Photos</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Calendar of club events and meetings" href="calendar.html">Calendar</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Learn more about renewing and getting a mooring" href="mooring.html">Moorings</A></td><td width="2">&nbsp;</td></tr>');
document.write('<TR><td >&nbsp;</td><TD valign="top"><A class="menulink" title="Contact us by phone, email, or mail" href="aboutcontact.html">Contact Us</A></td><td width="2">&nbsp;</td></tr>');
//document.write('<TR><td align="center" ><IMG SRC="images/dartboard.gif" ></td><td  height="30" valign="middle">Dart Scores</td></tr>');
//document.write('<TR><td align="center"><IMG SRC="images/newsletter.jpg" height="19" width="15" border="1"></td><td  height="30" valign="top">Member Application</td></tr>');
document.write('<TR><td align="center"><IMG SRC="images/questionmark.gif"></td><td  height="30" valign="top"><A class="menulink" title="Whats New?" href="whatsnew.html">What&rsquo;s New</a></td></tr>');
document.write('<TR><td align="center"><IMG SRC="images/keyleftmenu.gif"></td><td  height="30" valign="top"><A class="menulink" title="Member Login to secure site" href="https://id3456.securedata.net/nbswc/secure/index.html">Member Login</a></td></tr>');
document.write('<TR><td  colspan="2" align="center"><a href="advertise.html" title="Learn How to Advertise on our Site"><IMG SRC="images/ad_space.gif" border="0" alt="Learn how to Advertise on our Site"></a></td></tr>');
document.write('</TABLE>');
