/* -----------------------------------------------
   Popup window for Photo gallery 
   PopUp-Fenster Fotogalerie 
  ------------------------------------------------ */
function popUp(page) {
  window.open(page,'Gallery','width=465,height=700,left=25,top=25, location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
