//
// This is the menu  bar that goes at the top of each page just under the logo/page title table.
// By putting it here, I don't have to change EVERY page when I make a menu change.
//
document.write('<TABLE width="100%" align="center" border="0" cellspacing="0" cellpadding="0">');
document.write('<TR><TD class="light" align="center">');
document.write('<A href="index.html" class="menu">&nbsp;Home&nbsp;</A>|');
document.write('<A href="aboutns.html" class="menu">&nbsp;History&nbsp;</A>|');
document.write('<A href="layouts.html" class="menu">&nbsp;Layout&nbsp;</A>|');
document.write('<A href="roster.html" class="menu">&nbsp;Roster&nbsp;</A>|');
document.write('<A href="rail_passes.html" class="menu">&nbsp;Pass Exchange&nbsp;</A>|');
document.write('<A href="rr_links.html" class="menu">&nbsp;Links&nbsp;</A>|');
document.write('<A href="aboutgm.html" class="menu">&nbsp;Management&nbsp;</A>');
document.write('</TD></TR></TABLE>');
