function comiteePopup() { 
  var scrbreite = screen.width;
  var scrhoehe = screen.height;
  /*window.open('http://typo3.checkth.at/index.php?id=578','','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.open('http://www.hans-weishaeupl.com/apps/baby-mobil.html','_self');
}
window.defaultStatus='';
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
