function submitForm(form)
{
	return validateForm(form);
	form.submit()
}
