
function dias()
 {
   var win2;
   
   win2=window.open("dia-01.html",

  "Hallo","width=320 height=260,resizable=no,screenX=150,screenY=300");

   
   win2.moveBy (200,100);
   
 }

