function init(){
    for ( x = 0; x < 860; x=x+20){
    this.window.resizeTo(x,1);
  }
    for ( y = 0; y < 800; y=y+20){
    this.window.resizeTo(x,y);
  }
  }
  
  init();

 // function floating()
 //{
 // self.window.focus();
 // setTimeout("floating()");
 // }
 // setTimeout("floating()");