function newWindow(winURL) {
  theWin = window.open( winURL, 'New','width=550,height=430,scrollbars=1,resizable=0')
  theWin.focus()
}