<!-- 
function openWindow(POP_URL) {
  popupWin = window.open(POP_URL, 'popwindow', 'scrollbars,resizable,width=500,height=400')
}
// -->