var em_beg = "@gemeinsam-";
function em_end() { return("leben."); }


// Popupfenster (Fotoausstellung)

function openPopup(page,pixelheight,pixelwidth,links,oben,scroll) {
   popup = window.open(page,'Popup','toolbar=no,scrollbars=' + (scroll != null && scroll != 'yes' 

? 'no' : 'yes') + 

',location=no,directories=no,status=no,copyhistory=no,resizable=yes,height=' + 

pixelheight + ',width=' +pixelwidth + ',left=' +links + ',top=' +oben);
   if (popup.opener == null) popup.opener = window;
  popup.focus();
}

