if (top.location == self.location)
{
   top.location.href = "http://www.seapup.com/Roadracing";
}


function leapto(formObj)
{
   var myindex=formObj.formSelection.selectedIndex;
   parent.Roadracing_Content.location.href=(formObj.formSelection.options[myindex].value);

   if (formObj.name == "eventsForm")
   {
      var xForm = parent.Roadracing_Index.document.profilesForm;
      xForm.formSelection.selectedIndex = 0;
   }
   else
   {
      var xForm = parent.Roadracing_Index.document.eventsForm;
      xForm.formSelection.selectedIndex = 0;
   }
}


function clearSelections()
{
   var xForm = parent.Roadracing_Index.document.eventsForm;
   xForm.formSelection.selectedIndex = 0;
   var yForm = parent.Roadracing_Index.document.profilesForm;
   yForm.formSelection.selectedIndex = 0;
}

