function inhaltbildan(welches)
{
        document.images[welches].src = "images/m_"+welches+"2.gif";
}

function inhaltbildaus(welches)
{
        document.images[welches].src = "images/m_"+welches+"1.gif";
}
  