function sendFormData()
{
  qs = $('indexedsearch').toQueryString();
  url = "index.php?id=93&amp;" + qs;
  MOOdalBox.open(url,'','720 605');
  return false; //stops the form from actually submitting
}
