function openWindow(url, name) {
  popupWin = window.open(url, name, 'scrollbars,resizable,status bar,width=780,height=550,left=20,top=50')
}
