  function popup_window() {

    window.open('popup.html', 'popup', 'width=400, height=529, menubar=no, scrollbars=yes, toolbar=no, location=no, resizable=yes');

  }

