function Pop(url) {
  popup = window.open(url, "puw", "location=no,scrollbars=yes,resizable=yes,width=450,height=360");
  popup.focus();
}

