function OpenWindow(uri){
  win=window.open( uri,"subwin","scrollbars=yes,top=0,left=0");
}

