function moveover1()
{
document.getElementById('image1').src="img/home_button_on.png";
}
function moveback1()
{
document.getElementById('image1').src="img/home_button.png";
}
function moveover3()
{
document.getElementById('image3').src="img/about_button_on.png";
}
function moveback3()
{
document.getElementById('image3').src="img/about_button.png";
}
function moveover4()
{
document.getElementById('image4').src="img/committee_button_on.png";
}
function moveback4()
{
document.getElementById('image4').src="img/committee_button.png";
}
function moveover5()
{
document.getElementById('image5').src="img/nominate_button_on.png";
}
function moveback5()
{
document.getElementById('image5').src="img/nominate_button.png";
}
function moveover6()
{
document.getElementById('image6').src="img/inductees_button_on.png";
}
function moveback6()
{
document.getElementById('image6').src="img/inductees_button.png";
}
