function photoalbum(AlbID, BildName) {
  window.open("gallery_frameset.php?&AlbID="+AlbID+"&BildName="+BildName,"Album","width=740,height=570");
}
