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