function wechsel(bid, bild)
{
  document.getElementById(bid).src = bild;
}
