
function openWindow() {
  popupWin = window.open('/popup_board.html', 'remote','scrollbars,width=510,height=450,left=50,top=50')
}

