<!-- Begin

function Over(name,name2){
  if (document.images) {
    document.images[name].src=name2;
  }
}

function popUp(URL, pop_width, pop_height) {
   day = new Date();
   id = day.getTime();
   eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=' + pop_width + ',height=' + pop_height);");
}

// End -->
