function POPUP(url) {
  popupWin = window.open(url,'POPUP','width=800,height=600,scrollbars=yes')
 }