var compulsoryErrorMessage 	= "!1 is compulsory. Please complete this field.";
var integerErrorMessage 	= "!1 must be a whole number greater than !2, for example !3.";
var numericErrorMessage 	= "!1 must be a value greater than !2, for example !3.";
var emailErrorMessage 		= "!1 must be a valid e-mail address.";
var timeErrorMessage		= "!1 must be a valid time.";
var dateErrorMessage		= "!1 must be a valid date.";
var dateUSFormatErrorMessage	= "!1 must be a valid US format date."; //SPP:S063:01/06/06
var checkBoxErrorMessage 	= "!1 is compulsory. Please complete this field.";
var wrongDay 			= "Please insert a day.";
var wrongMonth 			= "Please insert a month.";
var wrongYear 			= "Please insert a year.";
var wrongFormatMultipleEmails	= "Email(s) not entered correctly.";
var wrongVATNumber		= "Invalid VAT number."; //SPP:S067:19/07/06
var CreditCardIsNotNumeric	= "Credit card number must be numeric"; //SPP:S093:26/10/06
var CreditCardLengthInvalid	= "Credit card number must be 13 to 16 digits long and contain no spaces"; //SPP:S093:26/10/06
var CreditCardIsNotMod10Valid	= "Credit card number is invalid"; //SPP:S093:26/10/06
