var NumLenMsg="Too many numbers entered";
var NumBadCharMsg="A non-valid character has been entered";
var NumBlankMsg="Enter a numerical value";
var MinMsg="Minimum value permissible is ";
var MaxMsg="Maximum value permissible is ";
var MinLenMsg="Minimum value permissible is ";
var MaxLenMsg="Maximum value permissible is ";
var DTBlankMsg="Enter Date and Time separated by a space";
var NoDateMsg="Enter Date";
var NoTimeMsg="Enter Time";
var DTFormatMsg="Indicate 'DD/MM' or 'DD/MM/YYYY'";
var DayMsg="The DAY must be between 1 and ";
var MonthMsg="The MONTH must be between 1 and 12";
var TimeFormatMsg="Indicate 'HH:MM'";
var HourMsg="The HOURS must be between 0 and 23";
var MinuteMsg="The MINUTES must be between 0 and 59";
var SecsMsg="The SECONDS must be between 0 and 59";
var NoCheckedMsg="Choose one of the options";
var FileReqMsg="Indicare un file";
var FileBadCharMsg="Il nome del file contiene caratteri non validi. Sono ammessi solo lettere non accentate, cifre numeriche, '_' , '-' e '.' una sola volta";
var FileBadFormatMsg="Formato del file non valido";
var EmailBlankMsg="Inserire l'indirizzo";
var EmailBadFormatMsg="L'indirizzo inserito non e' corretto";

