function SubmitForm()
{
document.rfpForm.action = "ajax-rfp.php";
document.rfpForm.submit()
}

function ResetForm()
{
document.rfpForm.reset()
}
