function submit_form(event, form)
{
	// TODO: Somehow process enters in forms
	if (event.keyCode == 13) {
//		form.submit();
	}
}
