
<!-- hide

function openNewWindow(url) {
  popupWin = window.open(url, 'open_window', 'menubar=false, toolbar=false, location=false, directories=false, status, scrollbars, resizable, dependent, width=700, height=580, left=20, top=20')
}

// done hiding -->
