function reload(form)
{
   alert("HERE");
}

function getNewEvLoc()
{
   if (document.eventform.ideventloc.selectedIndex == 1)
      window.open ("http://localhost/reg4ev/eventlocbody.htm", "", "scrollbars, width=800px, height=800px, resizable"); 
}

