/*--- WCB Menu Script All Leagal Rights Reserved ---*/

/*--- Write the Table and Buttons ---*/

document.write("<table><tr><td>")

document.write("<a href='index.html'><img alt='Go To Welcome Page' src='v23/homeoff.png' name='b1' width='150' height='23' onmouseover='on1()' onmouseout='off1()' ></a><br>")

document.write("<a href='toc.html'><img alt='Go To Table of Contents Page' src='v23/contentsoff.png' name='b2' width='150' height='23' onmouseover='on2()' onmouseout='off2()' ></a><br>")

document.write("<a href='yearbooks.html'><img alt='Go to Yearbooks Page' src='v23/yearbooksoff.png' name='b3' width='150' height='23' onmouseover='on3()' onmouseout='off3()' ></a><br>")

document.write("<a href='bulletin.html'><img alt='Go to Bulletin Board Page' src='v23/bboff.png' name='b12' width='150' height='23' onmouseover='on12()' onmouseout='off12()' ></a><br>")

document.write("<a href='announcements.html'><img alt='Go to Annoucements Page' src='v23/announceoff.png' name='b4' width='150' height='23' onmouseover='on4()' onmouseout='off4()' ></a><br>")

document.write("<a href='spotlight.html'><img alt='Go To Spotlight Page' src='v23/spotlightoff.png' name='b5' width='150' height='23' onmouseover='on5()' onmouseout='off5()' ></a><br>")

document.write("<a href='links.html'><img alt='Get in Touch With Others' src='v23/linksoff.png' name='b6' width='150' height='23' onmouseover='on6()' onmouseout='off6()' ></a><br>")

document.write("<a href='http://humefoggtech.com/contact.html'><img alt='Get in Touch With US' src='v23/contact.gif' name='b7' width='150' onmouseover='on7()' onmouseout='off7()' ></a><br>")

document.write("<a href='help.html'><img alt='Go to the Get Help Page' src='v23/helpoff.png' name='b8' width='150' height='23' onmouseover='on8()' onmouseout='off8()' ></a><br>")

document.write("<a href='namesearch.php'><img alt='Go to the Name Search Page' src='v23/searchoff.png' name='b9' width='150' height='23' onmouseover='on9()' onmouseout='off9()' ></a><br>")

document.write("<a href='profiles.html'><img alt='Go to the Profiles Page' src='v23/profilesoff.png' name='b10' width='150' height='23' onmouseover='on10()' onmouseout='off10()' ></a><br>")

document.write("<a href='reunions.html'><img alt='Go to the Reunions Page' src='v23/reunionsoff.png' name='b11' width='150' height='23' onmouseover='on11()' onmouseout='off11()' ></a><br>")

document.write("</td></tr></table>")


/*--- EndOfFile ---*/








