function gotoURL() {
  URLpass = self.document.menu_form.event[self.document.menu_form.event.selectedIndex].value;  
  if (URLpass != '') { self.document.location = URLpass;  }
}