function submit_form(oForm, destiny) {
	oForm.action = destiny;
	oForm.submit();
}