<!-- Creates common menu on all pages - www.cmtmc.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("A.type4:link    {color:#FF0033; text-decoration:none;}");
document.write("A.type4:visited {color:#FF0033; text-decoration:none;}");
document.write("A.type4:active  {color:#FF0033; text-decoration:none;}");
document.write("A.type4:hover   {color:#FF0033; text-decoration:overline underline;}");
document.write("</style>");
document.write("<center>");
document.write("<table width='90%' border=0 ><tr><td align='center' >");
document.write("<a class='type3' href='http://www.ctmcm.com/index.html'>Home</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/Geology/Geopage.html'>Geology</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/Genealogy/GenealogyStart.html'>Genealogy</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/RobertsPages/RobertsEntryPage.html'>Robert</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/SharonsPages/SharonsEntryPage.html'>Sharon</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/TexasStuff/TexasStuff.html'>Texas History</a> * ");
document.write("<a class='type3' href='http://www.ctmcm.com/humor/FunnyMoments.html'>Funny Stuff</a> * ");
document.write("<a class='type3' href='http://ctmcm.com/Gallery'>Photos</a> * ");
//document.write("<a class='type3' href='http://navycryptology.blogspot.com/2005/08/news-on-navy-cryptology.html'>Navy Cryptology Blog</a><br> ");
//document.write("<a class='type3' href='http://ctmcm.com/phpBB1/index.php'>Bulletin Board</a> * ");
document.write("<a class='type4' href='http://codeamber.org/sor.html'> Sex Offender Locator Website * </a><br>");
//document.write("<script type='text/javascript' src='http://www.ctmcm.com/jsfiles/breadcrumbs.js'></script>");
document.write("<br>");
document.write("<font size='-1'>");
document.write("<i>");
//Pico Search
// <!-- Begin PicoSearch Code -->
document.write("<FORM METHOD='POST' ACTION='http://www.picosearch.com/cgi-bin/ts.pl'>");
document.write("<INPUT TYPE='HIDDEN' NAME='index' VALUE='116525'>");
document.write("<TABLE BGCOLOR='WHITE' CELLSPACING=0 CELLPADDING=0 BORDER=0>");
document.write("<TR><TD>");
document.write("<TABLE BGCOLOR='WHITE' CELLSPACING=2 CELLPADDING=0 BORDER=0>");
document.write("<TR><TD> <A HREF='http://www.picosearch.com/'>");
document.write("<IMG BORDER='0' SRC='http://www.picosearch.com/picosmall9.gif' alt='PicoSearch'></A></TD>");
document.write("<TD><INPUT TYPE='TEXT' NAME='query' VALUE='' SIZE='20'></TD>");
document.write("<TD><INPUT TYPE='SUBMIT' VALUE='Search THIS site - www.CTMCM.com'></TD>");
document.write("</TR></TABLE></TD></TR></TABLE></FORM>");
// <!-- End PicoSearch Code -->
document.write("<SCRIPT LANGUAGE='JavaScript'>");
// Displays current date
document.write("var now = new Date();");
document.write("var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');");
document.write("var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');");
document.write("var date = ((now.getDate()<10) ? '0' : '')+ now.getDate();");
document.write("function fourdigits(number)	{");
document.write("return (number < 1000) ? number + 1900 : number;");
document.write("}");
document.write("today =  days[now.getDay()] + ', ' + months[now.getMonth()] + ' ' + date + ', ' +");
document.write("(fourdigits(now.getYear())) ;");
document.write("document.write('Today is ' +today+ '.');");
document.write("</script>"); 
document.write("</i>");
document.write("</font>");
document.write("</td></tr></table>");
//document.write("<SCRIPT LANGUAGE='JavaScript1.2' src='http://www.codeamber.org/js/codea.js'>");
//document.write("</SCRIPT>");
document.write("</center>");
}


