    function swapImage()
    {
    document.getElementById("menuimage").src = "wp-content/themes/chasers/img/more-hover.gif";
    }

    function restoreImage()
    {
    document.getElementById("menuimage").src = "wp-content/themes/chasers/img/more.gif";
    }
	    function swapImage2()
    {
    document.getElementById("menuimage2").src = "wp-content/themes/chasers/img/more-hover.gif";
    }

    function restoreImage2()
    {
    document.getElementById("menuimage2").src = "wp-content/themes/chasers/img/more.gif";
    }
	    function swapImage3()
    {
    document.getElementById("menuimage3").src = "wp-content/themes/chasers/img/more-hover.gif";
    }

    function restoreImage3()
    {
    document.getElementById("menuimage3").src = "wp-content/themes/chasers/img/more.gif";
    }
