

function popupBild(id){
  window.open("/imagePopup.php?picid="+id,"Image", "scrollbars=no,resizable=yes, width=400, height=400, left=200, top=200, toolbar=no, menubar=no");
}