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

function newWindow1(winURL) {
  theWin = window.open( winURL, 'New','width=810,height=570,scrollbars=0,resizable=0')
  theWin.focus()
}