/*--- WCB Menu Script All Leagal Rights Reserved ---*/

/*--- Write the Table and Contents First ---*/
/*--- Buttons First ---*/
	
document.write("<a href='index.html'><img alt='Go To Welcome Page' src='v23/homeoff.png' name='b1' width='150' 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' 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' onmouseover='on3()' onmouseout='off3()' ></a><br />")

document.write("<a href='announcements.html'><img alt='Go to Annoucements Page' src='v23/announceoff.png' name='b4' width='150' 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' 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' onmouseover='on6()' onmouseout='off6()' ></a><br />")

document.write("<a href='http://humefoggtech.com/contact.html'><img alt='Get in Touch With US' src='v23/contactoff.png' 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' 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' 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' 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' onmouseover='on11()' onmouseout='off11()' ></a><br />")


/*--- Bill Bruce Rollover Script Take 1 ---*/
imgs=new Array()
imgs[1]="v23/homeon.png"
imgs[2]="v23/homeoff.png"
imgs[3]="v23/contentson.png"
imgs[4]="v23/contentsoff.png"
imgs[5]="v23/yearbookson.png"
imgs[6]="v23/yearbooksoff.png"
imgs[7]="v23/announceon.png"
imgs[8]="v23/announceoff.png"
imgs[9]="v23/spotlighton.png"
imgs[10]="v23/spotlightoff.png"
imgs[11]="v23/linkson.png"
imgs[12]="v23/linksoff.png"
imgs[13]="v23/contacton.png"
imgs[14]="v23/contactoff.png"
imgs[15]="v23/helpon.png"
imgs[16]="v23/helpoff.png"
imgs[17]="v23/searchon.png"
imgs[18]="v23/searchoff.png"
imgs[19]="v23/profileson.png"
imgs[20]="v23/profilesoff.png"
imgs[21]="v23/reunionson.png"
imgs[22]="v23/reunionsoff.png"

function on1()
{
document.b1.src =imgs[1]
}

function on2()
{
document.b2.src =imgs[3]
}

function on3()
{
document.b3.src =imgs[5]
}

function on4()
{
document.b4.src =imgs[7]
}

function on5()
{
document.b5.src =imgs[9]
}

function on6()
{
document.b6.src =imgs[11]
}

function on7()
{
document.b7.src =imgs[13]
}

function on8()
{
document.b8.src =imgs[15]
}

function on9()
{
document.b9.src =imgs[17]
}

function on10()
{
document.b10.src =imgs[19]
}

function on11()
{
document.b11.src =imgs[21]
}


function off1()
{
document.b1.src =imgs[2]
}

function off2()
{
document.b2.src =imgs[4]
}

function off3()
{
document.b3.src =imgs[6]
}

function off4()
{
document.b4.src =imgs[8]
}

function off5()
{
document.b5.src =imgs[10]
}

function off6()
{
document.b6.src =imgs[12]
}

function off7()
{
document.b7.src =imgs[14]
}

function off8()
{
document.b8.src =imgs[16]
}

function off9()
{
document.b9.src =imgs[18]
}

function off10()
{
document.b10.src =imgs[20]
}

function off11()
{
document.b11.src =imgs[22]
}


/*--- EndOfFile ---*/








