
 function myFormSubmit()
  {
      // ** commented because go to provider directly only, not oe **
      // process_form_netrate();
      // window.document.SearchForm.submit();
      
      myFormSubmit_acexperts();
  }

 function myFormSubmit_acexperts()
  {
	 process_form_acexperts();
         window.document.SearchForm.submit();
  }
