<!-- hide
function openNewWindow() {
  popupWin = window.open('terms.html',
  'open_window',
  'width=600, height=600, scrollbars=yes, left=0, top=0')
}
// done hiding -->
