function galerie(pic){
  document.getElementById('bildMain').src = pic;
  return true;
}
