
function popup( theURL) {
  Childwin = window.open( theURL, "magnify","width=600,height=600,scrollbars=yes");
  Childwin.focus();
}