var errorMsgs=new Object();
errorMsgs["please_enter"]="Please enter [ #label# ]";
errorMsgs["select_empty"]="Please select [ #label# ]";
errorMsgs["others"]="Please enter the values for others";
errorMsgs["none"]="Please do not select none of the above and others club";
errorMsgs["tickOthers"]="Please tick the check box others.";
errorMsgs["invalid_format"]="Invalid format [ #label# ]";
errorMsgs["invalid_date_format"]="Invalid date format [ #label# ] (#format#)";
errorMsgs["nan"]="[ #label# ] is not a number";
errorMsgs["string_max"]="[ #label# ] must equal or less than #number# characters";
errorMsgs["string_min"]="[ #label# ] must equal or greater than #number# characters";
errorMsgs["number_max"]="[ #label# ] must equal or less than #number#";
errorMsgs["number_min"]="[ #label# ] must equal or more than #number#";
errorMsgs["select_min"]="[ #label# ] must select more than #number# item";
errorMsgs["select_max"]="[ #label# ] must select less than #number# item";