
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// START LINK TABLE
// Home Page
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="750" class="menulinks">');
document.write('<tr><td align="left" width="40" valign="center" height="10">');
document.write('<a href="index.html">Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a><br>');
// Classmates
document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
document.write('<a href="alpha/a.html">Classmates</a><br>');
// Contact
// document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
// document.write('<a href="../reunion_info.html">&nbsp;&nbsp;&nbsp;&nbsp;Contact</a>');
// Reunion Minutes
document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
document.write('<a href="reunion2005.html">Reunion Minutes</a><br>');
// Snapshots
document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
document.write('<a href="snapshots.html">Snapshots</a>');
// Update Your Info
document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
document.write('<a href="html/bhs60/admin/bhs60_members.html">Update Your Info</a>');
// Attendees
document.write('<td align="left" valign="center" background="images/background-menu.gif" height="20">');
document.write('<a href="attendee.html">45th Attendees</a><br>');
document.write('</td></tr><tr><td align="left" VALIGN="center">');

// NOTE: CHANGE THE HEIGHT="30" TO A SMALLER NUMBER TO MAKE ROOM FOR MORE LINKS



document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->