
function openWindow() {
  popupWin = window.open('agreement.html', 'remote','scrollbars,width=400,height=350,left=50,top=50')
}
