function openSurveyWindow(page) {
  popupWin = window.open(page,
    'open_window',
      'menubar, status, scrollbars, resizable, dependent, width=895, height=525, left=0, top=0')
}