function ShowWindow(file){
  win = window.open(file, "Info", "toolbar=no,status=no,location=no,menu=no,scrollbars")
  win.focus()
}
