function oeffneLightbox () {
   var elem = document.getElementById("flyer");
   showLightbox(elem);
}
addLoadEvent(oeffneLightbox);
