<!-- Creates common menu on all pages - Goehring.topcities.com -->
{
document.write("<style>");
document.write("A.type3:link    {color:#0000FF; text-decoration:none;}");
document.write("A.type3:visited {color:#333333; text-decoration:none;}");
document.write("A.type3:active  {color:#FF0000; text-decoration:none;}");
document.write("A.type3:hover   {color:#FF8000; text-decoration:overline underline;}");
document.write("</style>");
document.write("<center>");
document.write("<table width='80%' border=0 ><tr><td align='center' bgcolor=silver>");
document.write("<a class='type3' href='http://www.ctmcm.com/RobertsPages/EarlyYears.html'>The Early Years: 1953 - 1965</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/RobertsPages/BigLakeYears.html'>The Big Lake Years: 1965 - 1974</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/RobertsPages/NavyLife/NavyYears1.html'>The Navy Years: 1974 - 1998</a> ");
document.write("</center>");
document.write("</td></tr></table>");

}


