$(document).ready(function() {
/* Validacja form-contact*/
	contactMsgRequired = "Please fill in the required field.";
	contactMsgMinlength = "The information is too short.";
	contactMsgMail = "Incorect e-mail address.";
/* Validacja order3*/
	order3MsgRequired = "Please fill in the required field.";
	order3MsgRequiredRadio = "Please mark the required field.";
	order3MsgMinlength = "The information is too short.";
/* Validacja order1*/
	order1MsgRequired = "Please fill in the required field.";
	order1MsgRequiredSelect = "Please choose an option.";
	order1MsgRequiredRadio = "Please fill in the required field."
	order1MsgMinlength   = "The information is too short.";
	order1MsgMail = "Incorrect e-mail address.";
/* Validacja recomend_service*/
	recServiceMsgRequired = "Please fill in the required field.";
	recServiceMsgMinlength  = "The information is too short.";
	recServiceMsgMail = "Incorrect e-mail address.";
/* Validacja questionnarie_clients*/
	questClientsMsgRequired = "Please fill in the required field.";

/************ Validacja z ver. PL (identyczne formularze w EN) dlatego wymagane
			ustawienie zmiennych dla formularzy, ktorych sie nie uzywa *************/
/* Validacja complaint*/
	complaintMsgRequired	= "";
	complaintMsgPhone      = "";
/* Validacja order2*/
	order2MsgRequired		= "";
	order2MsgRequiredSelect = "";
	order2MsgRequiredRadio	= ""
	order2MsgMinlength  	= "";
	order2MsgMail			= "";
/* Validacja application_general_form*/
	appGeneralMsgRequired			= "";
	appGeneralMsgRequiredSelect		= "";
	appGeneralMsgRequiredRadio		= "";
	appGeneralMsgRequiredCheckbox	= "";
	appGeneralMsgMinlength  		= "";
	appGeneralMsgPhone      		= "";
	appGeneralMsgMail				= "";
/* Validacja application_doctors_form*/
	appDoctorsMsgRequired			= "";
	appDoctorsMsgRequiredSelect 	= "";
	appDoctorsMsgRequiredCheckbox	= ""
	appDoctorsMsgMinlength  		= "";
	appDoctorsMsgPhone      		= "";
	appDoctorsMsgMail				= "";
/* Validacja questionnarie_user*/
	questUserMsgRequired = "";
/* Validacja newslatter */
	newsletterMsgRequired	= "";
	newsletterMsgMail		= "";
});