function popup(url) {
  window.open(url, "", "resizable=yes,scrollbars=yes");
}
