function changeSubmitFormAction (formId, newAction) {
    document.getElementById(formId).action = newAction;
}
