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

