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

