function comiteePopup() { 
  var scrbreite = screen.width;
  var scrhoehe = screen.height;
  window.open('http://www.das-comitee.de/leistungen.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top=0,left=0,width='+scrbreite+',height='+scrhoehe);
}
window.defaultStatus='';
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
