<!-- hide

function openNewWindow(theURL) {
  popupWin = window.open(theURL, 
    'open_window',
    'toolbar=yes,location=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=640')
}

// done hiding -->

