function newWindow (htmFile) {
  mainWindow = window.open(htmFile, "WindowName", "menubar=no,statusbar=yes,resizable=no,height=300,width=604");
}
