function galleryopen() {
  myWin = window.open("http://taize.ortlepp.eu/gallery/gallery.html", "Bildergalerie", "width=600,height=500");
  myWin.focus();
}
