function URLpopup(url) {
  var remote = open(url, "__blank", "height=600,width=800,resizable=yes,scrollbars=yes,z-lock=0");
}
