
function openWindow() {
  popupWin = window.open('specials.html', 'remote','scrollbars,width=425,height=550,left=50,top=50')
}

