function windrechner1()
 {
   var win;
   
   win=window.open("windrechner.html","PoPuP1","width=300,height=250,resizable=yes,screenX=300,screenY=300,left=300,top=300");
   
  
  }


