var f_cmm_arr;

var MSG_NOCHANGE = "No changes are made to save the data.";
//var MSG_CONFIRM_CANCEL = "Do you want to cancel your changes?\nPress [Ok] to cancel your changes..";
var MSG_CONFIRM_CANCEL = "There are changes made to this page that have not been saved. \r\n Click on [Ok] to continue without saving. \r\n Click on [Cancel] to return to your current screen.";

var MSG_CONFIRM_SAVE_PUB = "Warning : This Program is already Published. Please be careful with changes that can disturb the published application.";
var MSG_CONFIRM_SAVE_PRJ = "Warning : This Project is already Published. Please be careful with changes that can disturb the published application.";

var MSG_MIN_SEGLEN = "Minimum Length should be greater than 0 and less than 5.";
var MSG_MAX_SEGLEN = "Maximum Length should be greater than or Equal to the Minimum Length and should be less than 5.";

//Application code setup
var MSG_EMPTY_APPCODE = "Application Code cannot be empty.";
var MSG_EMPTY_APPNAME = "Application Name cannot be empty";
var MSG_APPCODE_6 = "Application Code must be of 6 digits";

//Error Message Setup
var MSG_EMPTY_CODE = " Code cannot be empty.\n";
var MSG_EMPTY_DESC = "Description cannot be empty.\n";

//messages from Grant Category
var MSG_INVALID_GR_CAT = "Please enter a valid category. \n";
var MSG_INVALID_GR_DESC = "Please enter a valid description. \n";
var MSG_CODE_CANNOT_CHG = "Code cannot be changed. \n";
var MSG_INVALID_IAG_CLS = "Please enter a valid Intermediate Agency Class. \n";
var MSG_CHILD_RECORD_EXISTS = "Cannot delete record because child record exists. \n";
var MSG_IA_AC_DUPLICATE = "Intermediate Agency and Agency Class cannot be the same. \n";

//messages used in Section Designer
var MSG_EMPTY_GC = "Please enter Grant Category\n";
var MSG_EMPTY_GP = "Please enter Grant Program\n";
var MSG_EMPTY_PROJ = "Please enter Project\n";
var MSG_EMPTY_SC = "Please enter Section Category\n";
var MSG_EMPTY_SECNO = "Please enter Section Number\n";
var MSG_EMPTY_TITLE = "Please enter Title\n";
var MSG_NO_SECTYPE = "Please select Section Type\n";
var MSG_NO_ATTACH = "Please select Attachment Applicability\n";
var MSG_INVALID_SCORE = "Please enter valid maximum score value\n";

//messages used in Grant Program Timeline
var MSG_VALID_TIME = "Please enter a valid time as HH:MM. \n";
var MSG_CD_CHILD_EXISTS = "Cannot delete since child Record Exists for the particular record. \n";
var MSG_VALID_DATE_FT = "Please enter a valid date in mm/dd/yyyy format. \n";

//messages used in Grant review volunteer registration
var MSG_VALID_LOG_NM = "Please enter a valid Login Name. \n";
var MSG_VALID_PSSWD = "Please enter a valid Password. \n";

//messages used in Grant Program technical assistance session
var MSG_VALID_NUMBER = "Please enter a valid number. \n";

//messages used in Tech Assistance Registration Required
var MSG_VALID_AGENCY = "Please enter a valid Agency. \n";
var MSG_VALID_EMAIL = "Please enter a valid email. \n";

//messages used in Grant Sequence Setup
var MSG_EMPTY_GS = "Select Grant Stage. \n";
var MSG_EMPTY_STATUS = "Grant Stage Status is empty. \n";
