function a(){
	arrayCheck 					= new Array();

	arrayCheck["name"] 			= "Field NAME is empty";
	arrayCheck["surname"] 		= "Field SURNAME is empty";
	arrayCheck["company"] 		= "Field COMPANY is empty";
	arrayCheck["from"]			= "Field FROM is empty";
	
	arrayCheck["email1"] 		= "Field EMAIL is empty";
	arrayCheck["email2"] 		= "Field EMAIL is not correct";

	arrayCheck["requests"] 		= "Field REQUESTS is empty";

	arrayCheck["privacy"] 	= "                   You have to authorize the treatment of the personal data.\nAccording to the law we cannot accept information requests without this consent.";
	return arrayCheck;
}
