var validator_error = {
	ERR_TIMEOUT : "Session Timeout. Please re-submit this form",
	ERR_REQUIRED    : "Please fill in lbl_label !" ,
	ERR_REQUIRED_SELECT   : "Please select lbl_label !" ,
	ERR_REQUIRED_SELECT_MAX   : "Please select maximum lbl_value for lbl_label !" ,
	ERR_REQUIRED_SELECT_MIN   : "Please select minimum lbl_value for lbl_label !" ,
	ERR_REQUIRED_CHECK    : "Please check lbl_label !" ,
	ERR_REQUIRED_CHECK_MAX   : "Please check maximum lbl_value for lbl_label !" ,
	ERR_REQUIRED_CHECK_MIN   : "Please check minimum lbl_value for lbl_label !" ,
	ERR_FORMAT      : "Please enter your lbl_label in a valid format!" ,
	ERR_RANGE_MIN   : "Minimum value of lbl_value for lbl_label !" ,
	ERR_RANGE_MAX	: "Exceed maximum range of lbl_value for lbl_label !" ,
	ERR_COMPARE		: "lbl_label must lbl_value !" ,
	ERR_LENGTH_MIN  : "Length should not less then lbl_value for lbl_label !" ,
	ERR_LENGTH_MAX  : "Exceed maximum length of lbl_value for lbl_label !" ,
	ERR_INVALID		: "Invalid value for lbl_label ! ",
	ERR_MATCH		: "lbl_label should match with lbl_value",
	ERR_FILE_MAXSIZE	: "lbl_label exceeds maximum file size lbl_value",
	ERR_FILE_EXT		: "lbl_label do not match format lbl_value",
	ERR_FILE_INI_SIZE : "lbl_label exceeds the upload_max_filesize directive in php.ini.",
	ERR_FILE_FORM_SIZE : "lbl_label exceeds the MAX_FILE_SIZE directive that specified in HTML form.",
	ERR_FILE_PARTIAL : "lbl_label was only partially uploaded.",
	ERR_FILE_NO_TMP_DIR : "lbl_label was missing a temporary folder.",
	ERR_FILE_CANT_WRITE : "lbl_label was failed to write file to disk.",
	ERR_FILE_EXTENSION : "lbl_label was stopped by extension."		
	
};