
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');


document.write('<a href="about.htm" class="barlink">ABOUT US</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="events.htm" class="barlink">EVENTS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


<!-- document.write('<a href="gallery.htm" class="barlink">GALLERY</a><BR>'); -->
<!-- document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>'); -->



<!-- ADDING A LINK NOTE: copy and paste the next two line to make a new link -->


document.write('<a href="links.htm" class="barlink">LINKS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


<!-- NOTE: copy and paste the above two line to make a new link -->



document.write('<a href="research.htm" class="barlink">RESEARCH</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');



document.write('<a href="officers.htm" class="barlink">OFFICERS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td></tr>');



document.write('</table>');

//  End -->