
        // Funtionen für RollOver

        function Raus(button)
        {
                 document.images[button].src = raus[button].src
        }

        function Rein(button)
        {
                 document.images[button].src = rein[button].src
        }