function Submit(form, action){document[form].elements['action'].value = action;document[form].submit();}