function popUp1(URL) {
  day = new Date();
  myid = day.getTime();
  eval("page" + myid + " = window.open(URL, '" + myid + "', 'toolbar=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=430');");
}
