function submitRateSearch(form) {
    form.action=form.rateSearch.value;
    form.submit();
}