jQuery(document).ready(function(){
	jQuery("#veznevhiba").hide();
	jQuery("#kernevhiba").hide();
	jQuery("#emailhiba").hide();
	jQuery("#telhiba").hide();
	jQuery("#szamlahiba").hide();
	jQuery("#szamlacimhiba").hide();
	jQuery("#postahiba").hide();
	
	jQuery('#button_reg').click (function(){
		if (!kotelezo()){
			return false;
		}
	});  
});  

function kotelezo(){
	jQuery("#veznevhiba").hide();
	jQuery("#kernevhiba").hide();
	jQuery("#emailhiba").hide();
	jQuery("#telhiba").hide();
	jQuery("#szamlahiba").hide();
	jQuery("#szamlacimhiba").hide();
	jQuery("#postahiba").hide();

	with (document.forms['subscribe'])
	{	
		if ((data1.value=='')||(data2.value=='')||(data3.value=='')||(data4.value=='')||(data5.value=='')||(data6.value=='')||(data7.value=='')){
			if(data1.value==''){jQuery("#kernevhiba").fadeIn("slow");}	
			if(data2.value==''){jQuery("#emailhiba").fadeIn("slow");}	
			if(data3.value==''){jQuery("#veznevhiba").fadeIn("slow");}	
			if(data4.value==''){jQuery("#telhiba").fadeIn("slow");}	
			if(data5.value==''){jQuery("#szamlahiba").fadeIn("slow");}	
			if(data6.value==''){jQuery("#szamlacimhiba").fadeIn("slow");}	
			if(data7.value==''){jQuery("#postahiba").fadeIn("slow");}	
				
			return false;
		}
		else return true;
	}
}







