<!-- 
  function PopUpNewWindow_pm_beispiele(targetURL,x,y)
  {
     NewWindow =window.open(targetURL,'bildfenster','width='+x+',height='+y+',locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=50,screenY=50');
  	NewWindow.focus();
  }
   
//-->
