// PopUp
function popup(url,w,h) {
  window.open(url, 'popup', 'width='+w+', height='+h+', menubar=no, scrollbars=yes, toolbar=no, location=no, resizable=yes');
}
