var errormessages = {
	errMissing : "The field %g is required.",
	errEmail   : "The email address is invalid.",
	errPhone   : "The phone number is invalid.\nEnter a ten digit phone number.",
	errMinLen  : "The field %g has to consist of minimal %v characters.",
	errMaxLen  : "The field %g may consist of %v characters at most.",
	errMinVal  : "The field %g has to be larger than %v.",
	errMaxVal  : "The field %g has to be smaller than or be equal to %v.",
	errDate    : "The field %g contains an invalid date.\nUse the dd-mm-yyyy format to enter a date.",
	errLater   : "The field %g has to have a date after %v.",
	errInvalid : "The field %g is invalid."
};
