var yav_config={inputhighlight:true,multipleclassname:true,inputclasserror:"inputError",inputclassnormal:"inputNormal",innererror:"innerError",innerhelp:"innerHelp",errorsdiv:"errorsDiv",debugmode:false,trimenabled:true,DECIMAL_SEP:".",THOUSAND_SEP:",",DATE_FORMAT:"dd-MM-yyyy",alphabetic_regex:"^[A-Za-z]*$",alphanumeric_regex:"^[A-Za-z0-9]*$",alnumhyphen_regex:"^[A-Za-z0-9-_]*$",alnumhyphenat_regex:"^[A-Za-z0-9-_@]*$",alphaspace_regex:"^[A-Za-z0-9-_ \n\r\t]*$",email_regex:"^(([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}){0,1}$",RULE_SEP:"|",HEADER_MSG:"",FOOTER_MSG:"",DEFAULT_MSG:"The data is invalid.",REQUIRED_MSG:"Enter {1}.",ALPHABETIC_MSG:"{1} is not valid. Characters allowed: A-Za-z",ALPHANUMERIC_MSG:"{1} is not valid. Characters allowed: A-Za-z0-9",ALNUMHYPHEN_MSG:"{1} is not valid. Characters allowed: A-Za-z0-9-_",ALNUMHYPHENAT_MSG:"{1} is not valid. Characters allowed: A-Za-z0-9-_@",ALPHASPACE_MSG:"{1} is not valid. Characters allowed: A-Za-z0-9-_space",MINLENGTH_MSG:"{1} must be at least {2} characters long.",MAXLENGTH_MSG:"{1} must be no more than {2} characters long.",NUMRANGE_MSG:"{1} must be a number in {2} range.",DATE_MSG:"{1} is not a valid date, using the format MM-dd-yyyy.",NUMERIC_MSG:"{1} must be a number.",INTEGER_MSG:"{1} must be an integer",DOUBLE_MSG:"{1} must be a decimal number.",REGEXP_MSG:"{1} is not valid. Format allowed: {2}.",EQUAL_MSG:"{1} must be equal to {2}.",NOTEQUAL_MSG:"{1} must be not equal to {2}.",DATE_LT_MSG:"{1} must be previous to {2}.",DATE_LE_MSG:"{1} must be previous or equal to {2}.",EMAIL_MSG:"{1} must be a valid e-mail.",EMPTY_MSG:"{1} must be empty."};