if(parent.frames.length<1){
  var neu=window.open('meldung.html','meld','width=300,height=150,status=0,scroll=0');
  neu.focus();
  neu.moveTo(150,150);
};
