












<!--
var LBJSErrorMsgs = new Object();
LBJSErrorMsgs['MSG_MANDATORY']                 = '%0 must be entered. [513-E-0002]';
LBJSErrorMsgs['MSG_INVALID_VALUE']             = '%1 is not a valid value for %0 [513-E-0044]';
LBJSErrorMsgs['MSG_RANGE_EXCEEDED']            = 'The value for %0 must be between %1 and %2.';
LBJSErrorMsgs['MSG_MAX_LENGTH_EXCEEDED']       = 'Maximum length exceeded for %0 (%1 characters). [513-E-0045]';
LBJSErrorMsgs['MSG_NON_EXISTING_DATE']         = 'The date value for %0 (%1/%2/%3) does not exist. [513-E-0046]';
LBJSErrorMsgs['MSG_DATE_AFTER']                = 'The value for %0 must not be earlier than %1.';
LBJSErrorMsgs['MSG_DATE_BEFORE']               = 'The value for %0 must not be later than %1.';
//-->
