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

