function makeMenu()
{
window.document.getElementById('bottomMenu').innerHTML="<table border='0' cellpadding='0' cellspacing='0' width='100%' height='1'>" +
  "<tr>" +
  "<td align='center'><small><b>" +
  "|&nbsp;<a href='index2.html' class='menuText'>Home</a>&nbsp;" +
  "|&nbsp;<a href='new.html' class='menuText'>What\'s&nbsp;New</a>&nbsp;" +
  "|&nbsp;<a href='mission.html' class='menuText'>Our&nbsp;Mission</a>&nbsp;" +
  "|&nbsp;<a href='management.html' class='menuText'>Management</a>&nbsp;" +
  "|&nbsp;<a href='car.html' class='menuText'>Car&nbsp;Shops</a>&nbsp;|" +
  "<br>" +
  "|&nbsp;<a href='diesel.html' class='menuText'>Diesel&nbsp;Shops</a>&nbsp;" +
  "|&nbsp;<a href='electric.html' class='menuText'>Electric&nbsp;Shops</a>&nbsp;" +
  "|&nbsp;<a href='steam.html' class='menuText'>Steam&nbsp;Shops</a>&nbsp;" +
  "|&nbsp;<a href='roundhouse.html' class='menuText'>Roundhouse</a>&nbsp;" +
  "|&nbsp;<a href='routes.html' class='menuText'>Route&nbsp;Projects</a>&nbsp;" +
  "|&nbsp;<a href='switching.html' class='menuText'>Switching&nbsp;Lists</a>&nbsp;|" +
  "<br>" +
//"|&nbsp;<a href='gmo.html' class='menuText'>GM&O&nbsp;Simulations</a>&nbsp;" +
  "|&nbsp;<a href='products.html' class='menuText'>Products</a>&nbsp;" +
  "|&nbsp;<a href='pics.html' class='menuText'>Member&nbsp;Pictures</a>&nbsp;" +
  "|&nbsp;<a href='map.html' class='menuText'>Site&nbsp;Map</a>&nbsp;" +
  "|&nbsp;<a href='contact.html' class='menuText'>Contact&nbsp;Us</a>&nbsp;|" +
  "<br></b></small>" +
  "</td>" +
  "</tr>" +
  "<tr>" +
  "<td align='center'><br><small><small><b>All contents and images &copy;2004, 2005, 2006 Sacramento Locomotive Works.</b></small></small></td>" +
  "</tr>" +
  "</table>";
}
