
function mouseOver1()
{
document.home.src ="img/buttons/elliptical/homedown.jpg"
}
function mouseOut1()
{
document.home.src ="img/buttons/elliptical/homeup.jpg"
}


function mouseOver2()
{
document.news.src ="img/buttons/elliptical/newsdown.jpg"
}
function mouseOut2()
{
document.news.src ="img/buttons/elliptical/newsup.jpg"
}


function mouseOver3()
{
document.bowlingcenters.src ="img/buttons/elliptical/bowlingcentersdown.jpg"
}
function mouseOut3()
{
document.bowlingcenters.src ="img/buttons/elliptical/bowlingcentersup.jpg"
}


function mouseOver4()
{
document.officers.src ="img/buttons/elliptical/officersdown.jpg"
}
function mouseOut4()
{
document.officers.src ="img/buttons/elliptical/officersup.jpg"
}


function mouseOver5()
{
document.youth.src ="img/buttons/elliptical/youthdown.jpg"
}
function mouseOut5()
{
document.youth.src ="img/buttons/elliptical/youthup.jpg"
}


function mouseOver6()
{
document.honorroll.src ="img/buttons/elliptical/honorrolldown.jpg"
}
function mouseOut6()
{
document.honorroll.src ="img/buttons/elliptical/honorrollup.jpg"
}


function mouseOver7()
{
document.halloffame.src ="img/buttons/elliptical/halloffamedown.jpg"
}
function mouseOut7()
{
document.halloffame.src ="img/buttons/elliptical/halloffameup.jpg"
}


function mouseOver8()
{
document.tournaments.src ="img/buttons/elliptical/tournamentsdown.jpg"
}
function mouseOut8()
{
document.tournaments.src ="img/buttons/elliptical/tournamentsup.jpg"
}


function mouseOver9()
{
document.calendar.src ="img/buttons/elliptical/calendardown.jpg"
}
function mouseOut9()
{
document.calendar.src ="img/buttons/elliptical/calendarup.jpg"
}


function mouseOver10()
{
document.links.src ="img/buttons/elliptical/linksdown.jpg"
}
function mouseOut10()
{
document.links.src ="img/buttons/elliptical/linksup.jpg"
}


function mouseOver11()
{
document.articles.src ="img/buttons/elliptical/articlesdown.jpg"
}
function mouseOut11()
{
document.articles.src ="img/buttons/elliptical/articlesup.jpg"
}




