var form_array = ["felh_nev", "email"];
$("form").onsubmit = function(){
	return check_fields(form_array);
}
