var errorMsgs=new Object();
errorMsgs["please_enter"]="Please enter [ #label# ]";
errorMsgs["please_select"]="Please select [ #label# ]";
errorMsgs["invalid_format"]="Invalid format [ #label# ]";
errorMsgs["invalid_id_format"]="ID number [ #label# ] is not valid.";
errorMsgs["invalid_date_format"]="Invalid date format [ #label# ] (#format#)";
//errorMsgs["nan"]="[ #label# ] is not a number or cannot consists of space";
errorMsgs["nan"]="[ #label# ] is not a number";
//errorMsgs["nan"]="[ #label# ] cannot consists of space";
errorMsgs["string_max"]="[ #label# ] must equal or less than #number# characters";
errorMsgs["string_min"]="[ #label# ] must equal or greater than #number# characters";
errorMsgs["string_equal"]="[ #label# ] must equal to #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";
errorMsgs["age"]="[ #label# ] must equal or greater than 18";
errorMsgs["tel"]="[ #label# ] must not be the same as Leader's primary tel no.";
errorMsgs["valid_date"]="[ #label# ] is not a valid date";
errorMsgs["memtel"]="[ #label# ] must not be the Primary tel no.";
errorMsgs["NormalChar"]="[ #label# ] allows English typing only.";
errorMsgs["NormalCharNoSpace"]="[ #label# ] allows English typing only and no space.";
errorMsgs["please_verify"]="Please Verify [ #label# ].";
errorMsgs["max_1000"]="[ #label# ] cannot over 1000 characters.";
errorMsgs["90_today"]="[ #label# ] must between today and 90 days before today.";
errorMsgs["30_today_after"]="[ #label# ] must between 30 days before and the date after today.";
errorMsgs["today_after"]="[ #label# ] must after today.";
