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/info_button_on.png";
}
function moveback3()
{
document.getElementById('image3').src="../img/info_button.png";
}
function moveover4()
{
document.getElementById('image4').src="../img/view_picks_button_on.png";
}
function moveback4()
{
document.getElementById('image4').src="../img/view_picks_button.png";
}
function moveover5()
{
document.getElementById('image5').src="../img/make_picks_button_on.png";
}
function moveback5()
{
document.getElementById('image5').src="../img/make_picks_button.png";
}
function moveover6()
{
document.getElementById('image6').src="../img/leader_button_on.png";
}
function moveback6()
{
document.getElementById('image6').src="../img/leader_button.png";
}
function moveover7()
{
document.getElementById('image7').src="../img/big_grid_button_on.png";
}
function moveback7()
{
document.getElementById('image7').src="../img/big_grid_button.png";
}
function moveover8()
{
document.getElementById('image8').src="../img/update_button_on.png";
}
function moveback8()
{
document.getElementById('image8').src="../img/update_button.png";
}
function moveover9()
{
document.getElementById('image9').src="../img/small_grid_button_on.png";
}
function moveback9()
{
document.getElementById('image9').src="../img/small_grid_button.png";
}