//
// This is the menu  bar that goes at the bottom of select pages.
// By putting it here, I don't have to change EVERY page when I make a menu change.
//
document.write('<center><font size="2">');
document.write('<a href="index.html">Home</a> |&nbsp;');
document.write('<a href="aboutns.html">History</a> |&nbsp;');
document.write('<a href="layouts.html">Layout</a> |&nbsp;');
document.write('<a href="roster.html">Roster</a> |&nbsp;');
document.write('<a href="rail_passes.html">Pass Exchange</a> |&nbsp;');
document.write('<a href="rr_links.html">Links</a> |&nbsp;');
document.write('<a href="aboutgm.html">Management</a></font></center>');

