function menubar() {
document.write("'<table border='0' cellpadding='0' cellspacing='0' width='142'>");
document.write("        <tbody>");
document.write("          <tr>");
document.write("            <td><a href='/about/index.htm'><img");
document.write(" src='/graphics/neg2about.gif' width='139' height='36' alt='About'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/location/index.htm'><img");
document.write(" src='/graphics/neg2location.gif' width='139' height='36' alt='Location'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/meetings/index.htm'><img");
document.write(" src='/graphics/neg2meetings.gif' width='139' height='36' alt='Meetings'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/contacts/index.htm'><img");
document.write(" src='/graphics/neg2contacts.gif' width='139' height='36' alt='Contacts'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/members/'><img");
document.write(" src='/graphics/neg2membership.gif' width='139' height='36' alt='Membership'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/programs/index.htm'><img");
document.write(" src='/graphics/neg2programs.gif' width='139' height='36' alt='Programs'");
document.write(" border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/Newsletter/index.htm'><img");
document.write(" src='/graphics/neg2newsletter.gif' width='139' height='36'");
document.write(" alt='News, upcoming trips and workshops' border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("            <td><a href='/calendar' target='_blank'><img src='/graphics/neg2calendar.gif'");
document.write(" width='139' height='36' alt='Calendar of club events' border='0' vspace='1'></a></td>");
document.write("          </tr>");
document.write("          <tr>");
document.write("           <td><a href='/photos/index.htm'><img src='/graphics/neg2photos.gif'");
document.write(" width='139' height='36' alt='Photos' border='0' vspace='2'></a>");
document.write("           </td>");
document.write("          </tr>");
document.writeln("<TR><TD><A HREF='/links/index.htm'><IMG SRC='/graphics/neglinks.gif' WIDTH=139 HEIGHT=36 ALT='links' BORDER=0 VSPACE=1></A></TD></TR>");
document.write("        </tbody>");
document.write("      </table>");

}
