function Bild(bild)
{

  document.getElementById("hauptbild").src = bild;
  document.getElementById("hauptbildlink").href = bild;

}