var neu=null;
function Aimgfenster(id,profil_checker) {	
  neu=window.open('', 'remote', 'directories=no,width=800,height=480,location=0,menubar=0,personalbar=0,status=0,resizable=yes');
    if (neu != null) {
      if (neu.opener == null) {
        neu.opener = self;
      }
      neu.location.href = 'http://www.wiwi.de/afiles/popups/imganz.php?id='+id+'&p2z='+profil_checker;
    }	
  neu.focus();
}