function win(script,x,y,query) {
  var win;
      win=window.open(script+".html?"+query,"",
      "width="+x+", height="+y+", top="+(screen.height/2-y/2)+", left="+(screen.width/2-x/2)+",location=1,resizable=1,dependent,scrollbars=1");


}
