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