/*
	Common Dialog Messages
*/
var ALERT_INVALID_DECIMAL = "Invalid decimal format.";
var ALERT_INVALID_INTEREST_RATE = "You have entered an invalid interest rate; negative values are not allowed";
var ALERT_INVALID_NUMBER = "You have entered an invalid number";
var ALERT_INVALID_VARIRATE_TO_PRIME = 'This must be a valid number between -99.999 and +99.999.';
var ALERT_INVALID_VARIRATE_TO_PRIME_SIGN_ERROR = 'There must be a + or - character at the beginning of the value.\nExample: -1.23  or  +2.01.';
var ALERT_MAX_PRECISION = "The maximum precision is %i decimal places";
var ALERT_MORTGAGE_TERM_GREATER_THAN_AMORTIZATION = "Mortgage term should not be longer than Amortization";
var ALERT_NEGATIVE_NET_RATE = "Net rate should not result to a negative value";
var ALERT_NEW_STRUCTION_AGE_BETWEEN_0_AND_3 = "New structure needs an age between 0 to 3.";
var ALERT_SCREEN_LOADING = "Screen is currently being loaded, please wait";
var ALERT_TAX_PAID_PRIOR_TO_PROPERTY_BEING_BUILT = "Taxes paid before the property built";
var ALERT_TAX_PAYING_IN_FUTURE = "You are paying future taxes";
var ALERT_TAXATION_YEAR_MORE_THAN_5_YEARS_IN_THE_PAST = "Taxation Year is more than 5 years ago";
var ALERT_TAXATION_YEAR_NOT_ENTERED = "No taxation year entered";

var CONFIRM_APPLICATION_ALREADY_SAVED = "Changes in the application has already been saved. They cannot be cancelled at this stage. \nSelect 'OK' to save the Application and leave the Application Entry screen. \nSelect 'Cancel' to continue editing this application.";
var CONFIRM_APPLICATION_NAVIGATE_WITHOUT_SAVING = "You are about to leave this screen. \nSelect 'OK' to leave the Application Entry screen without saving the details of the application. \nSelect 'Cancel' to continue editing this application.";
var CONFIRM_APPLICATION_SAVE_AND_NAVIGATE = "You are about to leave this screen. \nSelect 'OK' to leave the Application Entry screen with saving the details of the application. \nSelect 'Cancel' to continue editing this application.";
var CONFIRM_CLOSE_DEAL = "You are about to close this application and save all changes.\n\nSelect 'OK' to continue saving changes and closing the application.\nSelect 'Cancel' to return to the application.";
var CONFIRM_LOGOUT = "Would you like to Sign Off?  You will lose any data that has not been saved.\nTo continue signing off, click 'OK'.\nTo cancel signing off, click 'Cancel'";
var CONFIRM_VALIDATE_APPLICATION = "In order to validate this application it must be saved. \nSelect 'OK' to save the application and perform validation. \nSelect 'Cancel' to continue editing this application.";

/*
	Messages copied from messages.js
*/
var LANGUAGE = "en";
var LANGUAGECODE = 0;

var NUMERIC_ONLY = "Please input numeric only.";
var INPUT_NUM_DIGITS = "You must input %i digits.";
//var INPUT_VALUE = "Missing MI Certificate # !"
var INPUT_DECVALUE_RANGE = "You must enter a value between %f and %f.";
var INPUT_VALUE_RANGE = "You must enter a value between %i and %f.";
var INPUT_VALUE_RANGE_PERCENTAGES = "You must enter a value between 0 and 100.";
// SCR 2717: force 3 decimal - Joe Ng Dec 13, 2004
var INPUT_VALUE_RANGE_3DECIMAL = "You must enter a value between %i and %.3f.";
var INPUT_INTVALUE_RANGE = "You must enter a value between %i and %i.";
//var INPUT_DIGITS_RANGE = "You must enter number of digits between %i and %i !"
var INVALID_DECIMAL = "Invalid decimal format.";
var ALPHA_ONLY = "Please input alphabetic only.";
var ALPHA_NUMERIC_ONLY = "Please input alphanumeric only.";
var MAX_PRECISION = "The maximum precision is %i decimal places.";
var INVALID_POSTAL_CODE = "Postal code format wrong.";
var INVALID_NUM_DAYS_31 = "Invalid Day -- there are not 31 days in the specified month.";
var INVALID_NUM_DAYS_29 = "Invalid Day -- there are only 29 days in Feb in a Leap Year.";
var INVALID_NUM_DAYS_28 = "Invalid Day -- there are only 28 days in Feb in a Non-Leap Year.";
var NUM_YEARS = "Please input # of years in the range 0-80.";
var MAX_YEAR = "Duration must be less than 80 years 0 months.";
var NUM_MONTHS = "Please input # of months in the range 0-11.";
var MAX_CHARS = "Please input with max of %i characters.";
var DEAL_NUM_NUMERIC_ONLY = "Please input numeric only for Deal #.";
var NO_SECOND_SELECTION = "Second selection is not allowed while previous request is being processed.";
var CHAR_MAX_255 = "You cannot enter more than 255 characters in this field."
var LIABILITY_DELETION_ERROR = "One or more liability was selected for deletion but 'Delete Liability' key was not pressed.";
var LIABILITY_EXPORT_ERROR = "One or more liability was selected for export but 'Export Liability' key was not pressed.";
var FEE_TYPE_ALREADY_SET = "This Fee Type has already been set for this deal. Please select a different type of fee.";
var MAX_DISCOUNT = "Max Discount Rate must be less or equal to Posted Rate.";
var HIGHER_APPROVER_REQ = "Higher Approver or Joint Approver required for all users except for 'Senior Manager', 'Junior Administrator','Administrator','Senior Administrator','System Administrator', 'Investor Administrator','Passive'.";
var NON_DECISIONING_USER = "This user type is a non-decisioning user. Higher or Joint Approvers are invalid for non-decisioning users.";
var USER_TYPE_REQ = "User type is required.";
var FIELD_ALPHA_ONLY = "The ' %s ' field can only hold alpha characters.";
var FIELD_ALPHA_ONLY_2 = "The ' %s ' field can only hold letters (a to z).";
var AREA_CODE_3_DIGITS = "Area Code must be 3 digits.";
var AREA_CODE_NUMERIC = "Area Code must be numeric.";
var WORK_PHONE_FORMAT = "Please enter the work phone number as follows: (###) ###-####.";
var FAX_NUMBER_FORMAT = "Please enter the fax number as follows: (###) ###-####.";
var PHONE_NUMERIC = "Phone Number must be numeric.";
var PHONE_EXT_NUMERIC = "Phone Number Extension must be numeric.";
var INVALID_EMAIL = "Invalid Email Address.";
var INVALID_EMAIL_DOMAIN = "The address must end in a three-letter domain, or two letter country.  Please try again.";
var INVALID_EMAIL_HOSTNAME = "This address is missing a hostname.  Please try again.";
var DO_NOT_USE_SPECIAL_CHARACTERS = "Warning: this text contains one or more prohibited characters; please remove or replace any angle brackets (< >), double quotation marks (\"), or ampersands ( & ) before continuing.";

//--> Messages for Applicant and Property Screen when Cancel Button pressed
var APP_CANCEL_CHANGES = "You are leaving the Applicant Entry screen. Your changes have not yet been saved. \n"+
	    "To continue without saving click 'OK'. \n"+
	    "To return to Applicant Entry screen click 'Cancel'."
var PRO_CANCEL_CHANGES = "You are leaving the Property Entry screen. Your changes have not yet been saved. \n"+
	    "To continue without saving click 'OK'. \n"+
	    "To return to Applicant Entry screen click 'Cancel'."

var VARIRATE_TO_PRIME_SIGN_ERROR = 'There must be a + or - character at the beginning of the value.\nExample: -1.23  or  +2.01.';
var VARIRATE_TO_PRIME_INVALID_NUMBER = 'This must be a valid number between -99.999 and +99.999.';

var NUMERALS_NOT_ALLOWED = "Numerals not allowed in Text-only field.";

var NO_ACCESS_RIGHTS = "You do not have access rights to this function.";
var NO_DEAL_VIEW_RIGHTS = "You do not have access to view any deals.";
var NO_SUBMIT_RIGHTS = "You do not have the right to submit this mortgage. It is in review";

var MPP_CONSENTFORM_FAILED_IN_BATCH = "MPP Request and Consent Form document failed to be generated, \nplease ensure the appropriate information has been entered and try again.";
var MAPP_FAILED_IN_BATCH = "MPP document generation currently unavailable.";
var CONSENTFORM_FAILED_IN_BATCH = "Consent Form document failed to be generated, \nplease ensure the appropriate information has been entered and try again.";
var MAPP_FAILED_WITH_COMMITMENT = "MPP document generation currently unavailable. \nCommitment document created without the MPP document attached.";
var MAPP_FAILED_WITH_MORTGAGEAPPFORM = "MPP document generation currently unavailable. \nMortgage Application document created without the MPP document attached.";
var BLANK_APPLICATIONS_REPORT = "There were no records found based on the criteria you have selected.";
var NO_LENDER_SELECTED = "Lender Name selection is required when the lender type is specified." ;
var TOO_MANY_ROWS_ON_PDF = "The report has exceeded the maximum of 5000 rows. \nPlease refine your search criteria.";	
var NO_SOLICITOR_MESSAGE = "The Solicitor information is missing.\nThe system will not allow you to print the letter \nunless this information is completed.";
var TASK_NOT_SAVED_YET = "You are now leaving the Tasks screen. \nAny unsaved changes will be lost. \nDo you wish to proceed?";
var INPUT_VALUE_RANGE_2X3DECIMAL = "You must enter a value between %.3f and %.3f."

/*
	Search Results
*/
var ALERT_MAXIMUM_DEALS_OPENED = "Too many applications are open.\n\nThe maximum of 10 applications open at once has been reached.";


/*
	Application/Applicant Edit
*/
var ALERT_AMERICAN_EMPLOYER = "You have entered an American employer for this Client. Please enter any associated earnings in Canadian dollars.";
var ALERT_APPLICANT_ALREADY_A_SPOUSE = "This applicant has already been designated as a Spouse.";
var ALERT_APPLICANT_ASSIGN_SELF_AS_SPOUSE = "You cannot select yourself as a Spouse.\nPlease select another borrower on the deal.";
var ALERT_APPLICANT_AT_LEAST_ONE_PRIMARY = "At least one 'Applicant' must be designated as 'Primary'.";
var ALERT_APPLICANT_AT_LEAST_ONE_PRIMARY_2 = "At least one Applicant designated as 'Primary' Applicant must exist for each deal.";
var ALERT_APPLICANT_CHANGE_APPLICANT_TYPE_WHEN_APPLICANT_IS_PRIMARY = "You cannot change the 'Applicant Type' to a value other than 'Applicant' if the Applicant is currently selected as 'Primary' Applicant.";
var ALERT_APPLICANT_DELETE_ASSIGNED_AS_PRIMARY = "You cannot delete an Applicant that is assigned as the 'Primary' Applicant.";
var ALERT_APPLICANT_SIN_CAN_NOT_SHARE = "Both Applicants cannot share the same SIN Number.";
var ALERT_ASSET_DELETE_NONE_SELECTED = "No 'Asset' line items were selected for deletion.";
var ALERT_COBROKERED_MORGAGES_ASSIGED_TO_DEAL_DEAL_PURPOSE_CANNOT_CHANGE = "There are CoBrokered Mortgages assigned to the deal.  The Deal Purpose cannot be changed unless the CoBrokered mortgages are removed.";
var ALERT_COBROKERED_MORTGAGE_TYPE_ALREAD_IN_USE="A 'Co-Brokered' mortgage already exists for the selected mortgage type.";
var ALERT_DOWNPAYMENT_AT_LEAST_ONE_VALID_REQUIRED = "At least one valid down payment amount must be entered in order to create a down payment record.";
var ALERT_DOWNPAYMENT_DELETE_NONE_SELECTED = "No 'Down Payment' line items were selected for deletion.";
var ALERT_DOWNPAYMENT_MUST_BE_GREATER_THAN_ASSET = "Downpayment cannot be greater than the Asset value";
var ALERT_DOWNPAYMENT_VALID_PROCEED_REQUIRED = "A valid proceeds from sales amount must be entered in order to create a down payment record.";
var ALERT_EMPLOYMENT_CURRENT_ALREADY_EXISTS_FOR_APPLICANT_2 = "Current Employment section already exists for Applicant 2.";
var ALERT_EXISTING_MORTGAGE_TYPE_ALREADY_IN_USE_PAY_OFF = "A 'Existing' mortgage already exists for the selected mortgage type that is being paid off.";
var ALERT_EXISTING_MORTGAGE_TYPE_ALREADY_IN_USE_NO_PAY_OFF = "A 'Existing' mortgage already exists for the selected mortgage type that is not being paid off.";
var ALERT_LIABILITY_DELETE_NONE_SELECTED = "No 'Liability' line items were selected for deletion.";
var ALERT_MORTGAGE_ADD_TOO_MANY_WITHOUT_MORTGAGE_TYPE = "You cannot add a new mortgage as the maximum number of mortgages without a mortgage type has already been reached. Please select a mortgage type on the blank record.";
var ALERT_MORTGAGE_CHANGE_MORTGAGE_TYPE_TO_BLANK_TOO_MANY_WITHOUT_MORTGAGE_TYPE = "By changing the Payoff pick-list to '<blank>', you are attempting to create another 'Existing' mortgage and the maximum number for this deal has already been reached.";
var ALERT_MORTGAGE_CHANGE_MORTGAGE_TYPE_TO_BLANK_TOO_MANY_WITHOUT_MORTGAGE_TYPE_2 = "You cannot clear the mortgage type as the maximum number of mortgage records with no mortgage type has already been reached. Please enter a mortgage type into the blank record.";
var ALERT_MORTGAGE_DISCOUNT_INVALID="Discount should be less than or equal to";
var ALERT_MORTGAGE_MAXIMUM_REACHED = "You have reached the maximum number of allowed Mortgages.  Please remove a current mortgage to add another mortgage.";
var ALERT_MORTGAGE_MORTGAGE_TYPE_ALREADY_IN_USE = "A 'Requested' mortgage already exists for the selected 'Mortgage Type'. Please select another payoff type.";
var ALERT_MORTGAGE_MORTGAGE_TYPE_ALREADY_IN_USE_2 = "You have selected a \u2018Mortgage Type\u2019 that is already currently in-use as either an \u2018Existing\u2019 or \u2018Requested\u2019 mortgage.";
var ALERT_MORTGAGE_NET_RATE_INVALID="Net rate should not result to a negative value";
var ALERT_OTHER_INCOME_DELETE_NONE_SELECTED = "No 'Other Income' line items were selected for deletion.";
var ALERT_PROPERTY_DELETE_ASSIGNED_AS_SUBJECT_PROPERTY = "Cannot Delete a Properties designated as 'Subject Property'.";


var CONFIRM_ADDRESS_DELETE = "You are about to delete this address. \nSelect 'OK' to delete this address. \nSelect 'Cancel' to keep this address.";
var CONFIRM_APPLICANT_CURRENT_ADDRESS_PASTE = "You have requested to paste the Applicant 'Current' address information. Select 'OK' to continue or, 'Cancel' to cancel the request.";
var CONFIRM_APPLICANT_ADD = "You are about to add a new application. Continue? \nSelect 'OK' to continue with the saving of the application. \nSelect 'Cancel' to leave without saving.";
var CONFIRM_APPLICANT_COPY = "You are about to copy this applicant(s). \nSelect 'OK' to copy this applicant(s). \nSelect 'Cancel' to cancel copying this applicant(s).";
var CONFIRM_APPLICANT_DELETE = "You have requested to delete an 'Applicant'. Deleting an 'Applicant' will remove all information specifically associated with the 'Applicant' selected and the 'Applicant' joint and/or single Credit Bureau, do you wish to continue?";
var CONFIRM_APPLICANT_CANCEL_CHANGES = "You are leaving the Applicant Entry screen. Your changes have not yet been saved. \nTo continue without saving click 'OK'. \nTo return to Applicant Entry screen click 'Cancel'.";
var CONFIRM_APPLICANT_CHANGE_PRIMARY = "You have selected another Applicant as 'Primary' Applicant, do you wish to continue?";
var CONFIRM_APPLICANT_PAIR_DELETE = "You have requested to delete an 'Applicant/Applicant Pair'. Deleting an \n 'Applicant/Applicant Pair' will remove all information specifically associated with \n the 'Applicant/Applicant Pair', do you wish to continue?";
var CONFIRM_ASSET_DELETE = "You are about to delete this asset. \nSelect 'OK' to delete this asset. \nSelect 'Cancel' to keep this asset.";
var CONFIRM_DEAL_PURPOSE_CHANGE = "You are about to change the deal purpose. \n Select 'Ok' to continue.";
var CONFIRM_DOWNPAYMENT_DELETE = "You are about to delete this down payment. \nSelect 'OK' to delete this down payment. \nSelect 'Cancel' to keep this down payment.";
var CONFIRM_EMPLOYMENT_DELETE = "You are about to delete this employment record. \nSelect 'OK' to delete this employment record. \nSelect 'Cancel' to keep this employment record.";
var CONFIRM_EXISTING_MORTGAGE_DELETE = "You are about to delete this existing mortgage. Select 'OK' to delete this \n existing mortgage. Select 'Cancel' to keep this existing mortgage.";
var CONFIRM_EXISTING_MORTGAGE_SWITCH_TO_REQUESTED_MORTGAGE = "You have requested a switch from 'Existing' to 'Requested' for the 'Mortgage \n " +
       " Financing Type', 'Properties Owned by Applicant' and 'Request Mortgage Detail' \n " +
       " mortgage information will be updated accordingly. Press 'Yes' to continue or, \n 'Cancel' to cancel this request.";
var CONFIRM_LIABILITY_DELETE = "You are about to delete this liability record. \nSelect 'OK' to delete this liability record. \nSelect 'Cancel' to keep this liability record.";
var CONFIRM_MORTGAGE_ADD_PAYOFF_DEFAULT_TO_FROM_PROCEEDS = "The mortgage created will have the 'Payoff' pick-list default to 'From Proceeds'. \nSelect 'OK' to continue. \n Select 'Cancel' to cancel the request.";
var CONFIRM_MORTGAGE_DELETE = "You are about to delete this mortgage record. \nSelect 'OK' to delete this mortgage record. \nSelect 'Cancel' to keep this mortgage record.";
var CONFIRM_MORTGAGE_REQUEST_DELETE = "You are about to delete this mortgage request. \nSelect 'OK' to delete this mortgage request. \nSelect 'Cancel' to keep this mortgage request. \n WARNING: deleteing this Mortgage Request will remove any commitments received on it.";
var CONFIRM_MORTGAGE_REQUEST_DELETE_2 = "You are about to delete this mortgage request. Select 'OK' to delete this \n mortgage request. Select 'Cancel' to keep this mortgage request.";
var CONFIRM_OCCUPANCY_TYPE_CHANGE_TO_SECOND_HOME_OR_OWNER_OCCUPIED = "You are changing the occupancy type to Second Home or Owner Occupied. Any data in the rental income and rental expense fields will be deleted. If you would like to proceed, select 'OK', otherwise select 'Cancel'.";
var CONFIRM_OTHER_INCOME_DELETE = "You are about to delete this other income record. \nSelect 'OK' to delete this other income record. \nSelect 'Cancel' to keep this other income record.";
var CONFIRM_PROPERTY_DELETE = "You are about to delete this property record. \nSelect 'OK' to delete this property record. \nSelect 'Cancel' to keep this property record.";
var CONFIRM_RENTAL_INCOME_RENTAL_EXPENSE_DELETE_FOR_OWNER_OCCUPIED_OR_SECONDARY_HOME = "Any data in the rental income and rental expense fields will be deleted for an Owner Occupied or Second Home occupancy type. If you would like to proceed, select 'OK', otherwise select 'Cancel'.";
var CONFIRM_REQUESTED_MORTGAGE_SWITCH_TO_EXISTING_MORTGAGE = "You have requested a switch from 'Requested' to 'Existing' for the 'Mortgage \n Financing Type'," +
          " 'Requested Mortgage Detail' information and 'Properties Owned \n " +
           "by Applicant' mortgage information will be updated accordingly. Press 'Ok' to \n continue or, 'Cancel' to cancel this request.";


/*
	Cobroker
*/
var ALERT_AGENT_SELECT_ONE = "Please select an agent.";
var ALERT_COMMISSION_SPLIT_NOT_100_PERCENT = "Commission Split percentages must total to 100.\nPlease re-enter the information.";
var ALERT_COMMISSION_SPLIT_MORE_THAN_100_PERCENT = "Commission Percentages cannot total more than 100.";
var ALERT_INFORMATION_MISSING = "Please enter information in at least one field.";
var ALERT_INVALID_REFERRAL_FEE = "Please enter a Referral Fee Amount greater than 0.";
var ALERT_MORTGAGE_NO_AGENT_TO_SEND = "No agent to send this mortgage to.";
var ALERT_MORTGAGE_NONE_TO_COBROKER = "No mortgage to be cobrokered.";
var ALERT_MORTGAGE_SELECT_ONE = "Please select one mortgage.";
var ALERT_SPLIT_AMOUNT_FOR_ORIGINAL_AGENT = "Please enter the split amount for original agent.";
var ALERT_SPLIT_AMOUNT_FOR_TARGET_AGENT = "Please enter the split amount for target agent.";

var CONFIRM_COBROKER_LEAVING_PAGE = "You are leaving the Co-Broker screen. Your changes will not be processed. \nTo continue without processing the changes click 'OK'. \nTo return to Co-Broker screen click 'Cancel'";
var CONFIRM_COBROKER_PREFIX = "You are about to co-broker the selected mortgage to";
var CONFIRM_COBROKER_SUFFIX = "\nPlease confirm.";


/*
	Commission Search
*/
var ALERT_MISSING_LAST_NAME = "You must fill in last name";


/*
	Create New Deal
*/
var ALERT_MISSING_INFORMATION = "Please make sure you have selected an application type, application purpose, and an agent.";


/*
	Credit Bureau Request
*/
var ALERT_CB_INVALID_ADDRESS = "One of the applicants you have chosen for this \nCredit Bureau request is listed as having an incomplete \naddress.  You must specify at least CITY and PROVINCE.";
var ALERT_CB_INVALID_NAME = "One of the applicants you have chosen for this \nCredit Bureau request is listed as having an incomplete \nname.  You must specify at least FIRST and LAST name.";
var ALERT_CB_SELECT_ATLEAST_ONE_APPLICANT = "Please select at least one applicant for a credit bureau request.";
var ALERT_CB_SELECT_CREDIT_BUREAU_VENDOR = "Please select a credit bureau vendor.";
var ALERT_CB_US_ADDRESS = "One of the applicants you have chosen for this \nCredit Bureau request is listed as having a current \nUS address.  Credit Bureaus cannot be requested on \na US address.";

var CONFIRM_CB_AUTHORIZATION_INCOMPLETE = "Authorization has not been completed. Click OK to continue or Cancel to cancel the request";
var CONFIRM_CB_LIABILITIES_ALREADY_CONTAINS_SCRAPED_INFO = "The Liability section for this applicant already contains scraped information. \nClick 'OK' to proceed or 'Cancel' to cancel the request.";

/*
	CreditorLife.com Insurnce
*/
var ALERT_CREDITORLIFE_SELECT_APPLICANT_TO_INSURE = "Please select an applicant to insure.";
var ALERT_CREDITORLIFE_SAME_APPLICANT = "Applicant 1 and applicant 2 can not be the same borrower.";

/*
	CRM Enrollment
*/
var ALERT_CRM_MAXIMUM_PREFIX = "Maximum";
var ALERT_CRM_MAXIMUM_SUFFIX = "Characters";

var CONFIRM_CRM_REMOVE_ENTRY = "You are about to remove this entry. \n Select 'OK' to remove. \n Select 'Cancel' to return.";

var CONFIRM_CRM_UPDATE_DATE = "CRM Update will indicate that you have made a CRM-related change and modify the CRM change date accordingly.\n\nSelect 'OK' to continue.\nSelect 'Cancel' to return.";

/*
	Commission Record
*/
var ALERT_COMMISSION_RECORD_COMMISSION_SPLIT_AGENT_PARTICIPANTS_NOT_100_PERCENT = "The Commission Split for the Agent and Participants should add up to 100%.";
var ALERT_COMMISSION_RECORD_COMMISSION_SPLIT_FIRM_AGENT_NOT_100_PERCENT = "The Commission Split for the Firm and Agent should add up to 100%.";
var ALERT_COMMISSION_RECORD_DEAL_STATUS_CHANGE = "You are about to modify the deal status to Ready-to-Close, Closed, Confirmed, Paid, or Complete."+
                       " This operation cannot be performed until all mortgages on the deal are ACCEPTED." +
                       " This will ensure information accuracy throughout the application." +
                       " Before being allowed to update the deal status, please revisit the \u2018Lender Response\u2019 page,"+
                       " and make sure that all approved mortgage responses are updated to an \u2018Accepted\u2019 status.";
var ALERT_COMMISSION_RECORD_DEAL_STATUS_CHANGE_ONLY_TO_PAID = "Once the status is at Confirmed, it can only be changed to Paid.";
var ALERT_COMMISSION_RECORD_DEAL_STATUS_CHANGE_TO_CANCELLED_ERROR = "Once the status is at Confirmed, or Paid, or  Complete, or  Closed, it cannot be cancelled.";
var ALERT_COMMISSION_RECORD_DEAL_STATUS_CHANGE_TO_CLOSED_ERROR = "You cannot close this deal until the closing date has expired";
var ALERT_COMMISSION_RECORD_DEAL_STATUS_CHANGE_TO_CONFIRMED_ERROR = "This application isn't in 'Accepted' or higher status, it can not be 'Confirmed'";
var ALERT_COMMISSION_RECORD_EDIT_RIGHTS = "Based on edit rights changes made to the data may not be reflected in the form.";
var ALERT_COMMISSION_RECORD_NO_MORTGAGE = "You cannot enter information on the commission screen unless you have already applied for \nat least one mortgage. You will be directed to Mortgage Request Information Screen.";
var ALERT_COMMISSION_RECORD_NO_PERMISSION_TO_CHANGE_DEAL_STATUS = "You do not have permission to change the status of this application.";
var ALERT_COMMISSION_RECORD_NO_PREVIEW = "Preview not available as Applicant and/or Property information is missing.";
var ALERT_COMMISSION_RECORD_NOTES_MAXIMUM_CHARS = "Maximum 250 Characters";
var ALERT_COMMISSION_RECORD_STATUS_NOT_SELECTED = "You have not selected a new status.";
var ALERT_COMMISSION_RECORD_VOLUME_SPLIT_NOT_100_PERCENT = "The Volume Split percentage should add up to 100%.";

var CONFIRM_COMMISSION_RECORD_DEAL_STATUS_CHANGE = "You are about to change this application's status.\nSelect 'OK' to change the status of the application. \nSelect 'Cancel' to cancel status change.";
var CONFIRM_COMMISSION_RECORD_DEAL_STATUS_CHANGE_TO_CANCELLED = "Confirm cancellation of application.\nCanceling of this application prevents future use.\nSelect 'OK' to confirm. \nSelect 'Cancel' to return to the Application Summary screen.";
var CONFIRM_COMMISSION_RECORD_RECORD_DELETE = "You are about to delete this record.\nSelect 'OK' to delete this record.\nSelect 'Cancel' to keep this record.";


/*
	Deal Finalize
*/
var ALERT_DEAL_FINALIZE_AMORTIZATION_NOT_SPECIFIED = "Amortization is not specified.";
var ALERT_DEAL_FINALIZE_CLOSING_DATE_IN_FUTURE = "Closing Date cannot be set in the future.";
var ALERT_DEAL_FINALIZE_CLOSING_DATE_NOT_ENTERED = "Closing Date is not specified";
var ALERT_DEAL_FINALIZE_MAIL_ADDRESS_MISSING_CITY_NAME = "Mailing Address is missing a city name";
var ALERT_DEAL_FINALIZE_MAIL_ADDRESS_MISSING_PROVINCE_STATE = "Mailing Address is missing a province/state";
var ALERT_DEAL_FINALIZE_MAIL_ADDRESS_MISSING_STREET_NAME = "Mailing Address is missing a street name";
var ALERT_DEAL_FINALIZE_MAIL_ADDRESS_MISSING_STREET_TYPE = "Mailing Address is missing a street type";
var ALERT_DEAL_FINALIZE_MAIL_ADDRESS_MISSING_UNIT_NUMBER = "Mailing Address is missing a unit number";
var ALERT_DEAL_FINALIZE_MORTGAGE_AMOUNT_NOT_SPECIFIED = "Mortgage amount is not specified.";
var ALERT_DEAL_FINALIZE_MORTGAGE_TERM_LONGER_THAN_AMORTIZATION = "Mortgage term should not be longer than Amortization";
var ALERT_DEAL_FINALIZE_RATE_NOT_SPECIFIED = "Rate is not specified.";
var ALERT_DEAL_FINALIZE_TERM_NOT_SPECIFIED = "Term is not specified.";

var CONFIRM_DEAL_FINALIZE_LEAVING_SCREEN = "You are about to leave this screen without saving your changes.\nSelect 'OK' to leave the Deal Finalize screen.\nSelect 'Cancel' to return to the Deal Finalize screen.";


/*
	Deal Notes
*/
var ALERT_DEAL_NOTES_CHOOSE_NOTE_CATEGORY = "Please choose a note category before saving.";
var ALERT_DEAL_NOTES_ENTER_NOTE = "Please enter a note before saving.";
var ALERT_DEAL_NOTES_INVALID_NOTE = "You have entered an invalid note.";

var CONFIRM_DEAL_NOTES_LEAVING_SCREEN = "Your changes have not yet been saved.\nTo continue without saving click 'OK'.\nTo return to the Application Notes screen click 'Cancel'.";

/*
	Fee Review
*/
var CONFIRM_FEE_REVIEW_LEAVING_SCREEN = "You are about to leave this screen.\nSelect 'OK' to leave the Fee Review screen without saving the details of the application.\nSelect 'Cancel' to continue editing this application.";

/*
	Filogix Exchange
*/
var ALERT_FX_EXCHANGE_DOCUMENTS_NOT_SELECTED = "You should select a document to print.";

var CONFIRM_FX_EXCHANGE_LEAVING_SCREEN = "You are leaving the filogix exchange Screen. Your cover sheets will not be generated.\n\nTo continue without the cover sheets click 'OK'\nTo return to the filogix exchange Screen click 'Cancel'";

/*
	Deal Summary
*/
var ALERT_DEAL_SUMMARY_ACCESS_TO_FINALIZATION_SCREEN = "You can access the finalize screen only if the current status is accepted, confirmed, complete, paid or closed.";
var ALERT_DEAL_SUMMARY_APPLICATION_CAN_NOT_BE_CONFIRMED = "This application isn't in 'Accepted' or higher status, it can not be 'Confirmed.'";
var ALERT_DEAL_SUMMARY_CAN_NOT_BE_CANCELLED = "Once the status is at Confirmed, or Paid, or Complete, or Closed, it cannot be cancelled.";
var ALERT_DEAL_SUMMARY_CAN_NOT_CLOSE_DEAL_UNTIL_CLOSING_DATE_EXPIRE = "You cannot close this deal until the closing date has expired.";
var ALERT_DEAL_SUMMARY_CAN_ONLY_CHANGE_TO_PAID = "Once the status is at Confirmed, it can only be changed to Paid";
var ALERT_DEAL_SUMMARY_DEAL_FINALIZE_CLOSING_DATE_NOT_EXPIRED = "You cannot finalize the deal until the closing date has expired.";
var ALERT_DEAL_SUMMARY_FIRM_NO_DEAL_FINALIZATION_FUNCTIONALITY = "Your firm does not have deal finalization functionality enabled.";
var ALERT_DEAL_SUMMARY_MODIFYING_DEAL_STATUS = "You are about to modify the deal status to Ready-to-Close, Closed, Confirmed, Paid, or Complete.  This operation cannot be performed until all mortgages on the deal are ACCEPTED.  This will ensure information accuracy throughout the application.  Before being allowed to update the deal status, please revisit the \u2018Lender Response\u2019 page, and make sure that all approved mortgage responses are updated to an \u2018Accepted\u2019 status.";
var ALERT_DEAL_SUMMARY_NEW_STATUS_NOT_SELECTED = "You have not selected a new status.";
var ALERT_DEAL_SUMMARY_NO_PERMISSION_TO_CHANGE_STATUS = "You do not have permission to change the status of this application.";

var CONFIRM_APPLICATION_CANCELLATION = "Confirm cancellation of application.\nCanceling of this application prevents future use.\nSelect 'OK' to confirm.\nSelect 'Cancel' to return to the Application Summary screen.";
var CONFIRM_CHANGE_OF_APPLICATION_STATUS = "You are about to change this application's status.\nSelect 'OK' to change the status of the application.\nSelect 'Cancel' to cancel status change.";
var CONFIRM_EDIT_A_COPY_OF_APPLICATION = "You are about to edit a copy of this Application.\nSelect 'OK' to proceed.\nSelect 'Cancel' to cancel copy request.";

/*
	Existing Mortgage
*/
var CONFIRM_EXISTING_MORTGAGE_ADD_NEW_APPLICATION = "You are about to add a new application. Continue?\nSelect 'OK' to continue with the saving of the application.\nSelect 'Cancel' to leave without saving.";
var CONFIRM_EXISTING_MORTGAGE_LEAVING_SCREEN = "You are leaving the Existing Mortgage screen. Your changes have not yet been saved.\nTo continue without saving click 'OK'.\nTo return to Existing Mortgage screen click 'Cancel'";

/*
	GWL Insurance
*/
var ALERT_GWL_APPLICANT_MUST_SELECT_LIFE_COVERAGE = "An applicant must select Life coverage if they've selected Critical Illness or Disability coverage.";
var ALERT_GWL_EFFECTIVE_DATE_BEFORE_CLOSING_DATE = "Requested Effective Date can not be dated before the closing date.";
var ALERT_GWL_EFFECTIVE_DATE_MORE_THAN_24_MONTHS = "Request Effective Date cannot be greater than 24 months past the closing date.";
var ALERT_GWL_INSURANCE_AMOUNT_MORE_THAN_INSURABLE_AMOUNT = "Incorrect Amount, the Insurance Amount is higher than the maximum insurable Amount.";
var ALERT_GWL_INSURANCE_AMOUNT_MORE_THAN_MORTGAGE_AMOUNT = "Incorrect Amount, the Insurance Amount is higher than the Mortgage Amount.";
var ALERT_GWL_INSURANCE_NOT_WANTED_FOR_APPLICANT = "If you do not want to apply insurance for an applicant, return to the Quote screen and unselect the applicant.";
var ALERT_GWL_INSURANCE_ONLY_WANT_FOR_ONE_APPLICANT = "If you only want insurance for the one applicant, return to the Quote screen and unselect other applicant(s).";
var ALERT_GWL_MAXIMUM_COVERAGE_FOR_ELDERS = "Please note that applicants between 60-64 are only covered to the maximum of $400,000.";
var ALERT_GWL_MAXIMUM_INSURANCE_AMOUNT = "Incorrect Amount,\nMaximum insurable amount is";
var ALERT_GWL_MISSING_INSURANCE_AMOUNT = "Please set the Insurance Amount.";
var ALERT_GWL_SET_REQUESTED_EFFECTIVE_DATE = "Please set the Requested Effective Date.";

var CONFIRM_GWL_CONTINUE_WITHOUT_SAVING = "The insurance application has not been saved,\nto continue without saving select 'OK'.\nOtherwise, select 'Cancel',\nfinish completing the application and then select 'Next' to save the application.";

/*
	GWL Printing Options
*/
var ALERT_SELECT_FORM_TO_PRINT = "You must select a form to be printed.";

/*
	GWL Quotation
*/
var CONFIRM_GWL_QUOTATION_DECLINING = "By declining to apply for life insurance,\nyour borrower is foregoing free accidental death coverage\nuntil mortgage closing date.\nAre you sure that's what you want to recommend to your client?";
var CONFIRM_GWL_QUOTATION_DECLINING_ALREADY_HAS_ANOTHER_DECLINED_APPLICATION = "This mortgage already has an existing Declined application.\nIf you would like to delete the existing application and\nreplace it with this application select 'OK' to continue.\nIf you would like to cancel this application and exit select 'Cancel' then 'Close'. ";
var CONFIRM_GWL_QUOTATION_MORTGAGE_ALREADY_HAS_EXISTING_INSURANCE_APPLICATION = "This mortgage already has an existing Insurance application.\nIf you would like to delete the existing application\nand replace it with this application select 'OK' to continue.\nIf you would like to cancel this application and exit select 'Cancel' then 'Close'.";

/*
	Lender Submit
*/
var ALERT_LENDER_SUBMIT_CHANGE_IN_MORTGAGE_REQUEST = "This Lender does not support the selected product.  Change the lender and product on the Mortgage Request Screen before proceeding.";
var ALERT_LENDER_SUBMIT_CHOSE_SAME_LENDER_TWICE = "You may not choose the same Lender twice.";
var ALERT_LENDER_SUBMIT_ENTER_INFO_AND_RETRY = "Please enter the information and try again.";
var ALERT_LENDER_SUBMIT_INFO_MISSING = "The following information must be selected in order to submit to Lender";
var ALERT_LENDER_SUBMIT_LENDER_NOTES_PREFIX = "The Lender Notes has";
var ALERT_LENDER_SUBMIT_LENDER_NOTES_SUFFIX = "characters which exceeds the limit of 4000.  Please reduce the number of characters and try again.";
var ALERT_LENDER_SUBMIT_MARKET_LENDER_PROPOSAL_REQUIRED = "A Market Lender Proposal is Required before you are able to submit this application.";
var ALERT_LENDER_SUBMIT_MTG_UNDER_REVIEW_PREFIX = "This mortgage is currently under review by";
var ALERT_LENDER_SUBMIT_MTG_UNDER_REVIEW_SUFFIX = "and cannot be submitted to any other lending institutions during the review process";
var ALERT_LENDER_SUBMIT_OFFLINE_LENDER_NAME_MISSING = "Lender Name must be entered for 'Offline' Submissions with 'Other' Lender Selected.";

var CONFIRM_LENDER_SUBMIT_LEAVING_SCREEN = "You are leaving this page without submitting.  Any edits you have made (ie. Lender Notes, Application type) will be lost.\n\nSelect 'OK' to proceed or 'Cancel' to continue with the currently selected mortgage.";
var CONFIRM_LENDER_SUBMIT_SELECTING_ANOTHER_MTG_WITHOUT_SUBMITTING_PREVIOUS = "You are selecting another mortgage without submitting the previous one.\nAny edits you have made (ie. Lender Notes, Application Type) will be lost.\nSelect 'OK' to proceed with selected mortgage, or 'Cancel' to continue with the previous mortgage.";
var CONFIRM_PRODUCT_REMOVE_ALERT = "This Lender does not support product selection.  Product details will be removed from the mortgage request.";
var CONFIRM_SERVICE_BRANCH_REMOVE_ALERT = "The Lender selected and the Service Branch do not match.  Service Branch will be removed from the deal.";

/*
	Lender Response Review
*/
var CONFIRM_LENDER_RESPONSE_REVIEW_ACCEPT_PREFIX = "You are accepting a commitment from";
var CONFIRM_LENDER_RESPONSE_REVIEW_ACCEPT_SUFFIX = "\n\nConfirm this by clicking OK.\nClick Cancel if you do not wish to accept at this time.";
var CONFIRM_LENDER_RESPONSE_REVIEW_DECLINE_PREFIX = "You are declining a commitment from";
var CONFIRM_LENDER_RESPONSE_REVIEW_DECLINE_SUFFIX = "\n\nConfirm this by clicking OK.\nClick Cancel if you do not wish to decline at this time.";

/*
	IAP
*/
var ALERT_IAP_US_RESIDENTS = "US residents are not eligable for this product.  Please select a valid country type for the applicant.";
var ALERT_IAP_APPLICANT_AND_COAPPLICANT_ARE_SAME = "Applicant and Coapplicant cannot be the same person.";
var ALERT_IAP_APPLICANT_INVALID_MAILING_ADDRESS = "Applicant selected does not have a valid mailing address.";
var ALERT_IAP_APPLICANT_NEEDED = "Applicant is needed to process a request to Industrial Alliance Pacific.";
var ALERT_IAP_INCOMPLETE_FORM = "Please complete all information on this screen in order to request an insurance quotation.";
var ALERT_IAP_NO_APPLICANT_SELECTED = "No Applicant selected.";
var ALERT_IAP_NO_COAPPLICANT_SELECTED = "No Coapplicant selected.";
var ALERT_IAP_WITHDRAWAL_DAY_BETWEEN_1_AND_28 = "Withdrawal day must be between 1 and 28.";
var ALERT_IAP_PLEASE_ENTER_NUMERIC_ONLY = "Please input numeric only.";

var CONFIRM_IAP_CLEAR_INSURANCE_DATA = "You are about to clear all insurance data.  You will not be able to reprint this quote or certificate without resubmitting.";

/*
	Letter of Direction
*/
var ALERT_LETTER_OF_DIRECTION_TEXT_NOT_ENTERED = "No text has been keyed. To proceed click 'OK' or 'Cancel' to return to Edit Screen";

/*
	Manual Lender Response
*/
var ALERT_MANUAL_LENDER_RESPONSE_MISSING_LENDER_SUBMISSION = "Please choose a Lender Submission";
var ALERT_MANUAL_LENDER_RESPONSE_MISSING_RESPONSE_DECISION = "Please select a Response Decision";
var ALERT_MANUAL_LENDER_RESPONSE_MORTGAGE_TERM_MORE_THAN_AMORTIZATION = "Mortgage term should not be longer than Amortization.";
var CONFIRM_MANUAL_LENDER_RESPONSE_LEAVING_SCREEN = "You are about to leave this screen.\nSelect 'OK' to leave the Manual Lender Response screen without saving.\nSelect 'Cancel' to continue editing this response.";
var CONFIRM_OVERRIDE_INVALID_DATE_AFTER_PREFIX = "Invalid Date -- Please input a date after "
var CONFIRM_OVERRIDE_INVALID_DATE_AFTER_SUFFIX = " !\n  Do you want to override it ?"
var CONFIRM_OVERRIDE_INVALID_DATE_BEFORE_PREFIX = "Invalid Date -- Please input a date before "
var CONFIRM_OVERRIDE_INVALID_DATE_BEFORE_SUFFIX = " !\n  Do you want to override it ?"
/*
	Participant Add
*/
var ALERT_PARTY_ADD_CRM_REFERRAL_SOURCE_CHANGED = "The Referral Source has been changed.  You may also need to change the CRM Referral Source on the CRM Enrollment screen.";
var ALERT_PARTY_ADD_FIRST_NAME_MISSING = "Participant first name cannot be empty.";
var ALERT_PARTY_ADD_LAST_NAME_MISSING = "Participant last name cannot be empty.";
var ALERT_PARTY_ADD_SELECT_HIERARCHY_LEVEL = "You must select a Hierarchy Level.";
var ALERT_PARTY_ADD_SELECT_RESTRICTION = "You must select a Restriction.";
var ALERT_PARTY_ADD_TRANSIT_NUMBER_MISSING = "Transit # cannot be Empty.";

var CONFIRM_PARTY_ADD_LEAVING_SCREEN = "You are leaving the Participant Editor screen. Your changes have not yet been saved.\n\nTo continue without saving click 'OK'.\nTo return to the Participant Editor screen click 'Cancel'";

/*
	Participant Search
*/
var ALERT_PARTY_SEARCH_INVALID_PARTICIPANT_TYPE = "Invalid participant type selected.";
var ALERT_PARTY_SEARCH_REFERRAL_SOURCE_CHANGED = "The Referral Source has been changed.  You may also need to change the CRM Referral Source on the CRM Enrollment screen.";

var CONFIRM_PARTY_SEARCH_EXISTING_PARTY = "A participant of this type already exists on this deal.\nTo replace the existing participant with this new one select 'OK'.";

/*
	Participant Summary
*/
var CONFIRM_PARTY_SUMMARY_ENTRY_REMOVAL = "You are about to remove this entry.\nSelect 'OK' to remove.\nSelect 'Cancel' to return.";
var CONFIRM_PARTY_SUMMARY_LEAVING_SCREEN = "You are about to leave this screen without saving your changes.\n\nSelect 'OK' to leave the screen.\nSelect 'Cancel' to remain here.";
var CONFIRM_PARTY_SUMMARY_SAVE_CHANGES_AND_NAVIGATE_TO_COBROKER_SCREEN = "You are about to save the changes on this page and jump to Cobrokering deal page.\nSelect 'OK' to continue.\nSelect 'Cancel' to return.";

/*
	Tasks
*/
var ALERT_TASKS_BLANK_ASSIGNED_TO = "Assign To can not be blank.";
var ALERT_TASKS_INVALID_DATE = "Please enter a valid date.";
var ALERT_TASKS_NO_TASK_AVAILABLE = "No task available.";

var CONFIRM_TASKS_ASSIGNED_TO_PERSON_HAS_NO_DEAL_VIEW_ACCESS = "The Assign To person on this task does not have view access on this deal.\nThey will be able to edit the deal as long as the task is active.\n\nDo you wish to proceed?";
var CONFIRM_TASKS_COMPLETED_DATE_IN_FUTURE_CONTINUE = "The Completed Date you have selected is in the future.\n\nDo you wish to proceed?";
var CONFIRM_TASKS_DUE_DATE_SELECTED_IS_BEFORE_CURRENT_DATE_CONTINUE = "The Due Date you have selected is before the current date.\n\nDo you wish to proceed?";
var CONFIRM_TASKS_TASK_ALREADY_EXISTS_CONTINUE = "The task you have selected already exists.\n\nDo you wish to proceed?";

/*
	Sign On
*/
var ALERT_SIGNON_FIRM_CODE_NOT_SPECIFIED = "Firmcode is not specified.";
var ALERT_SIGNON_LOGIN_NOT_SPECIFIED = "Login ID is not specified.";
var ALERT_SIGNON_NEED_CONSENT = "You must agree before you can sign on.";
var ALERT_SIGNON_PASSWORD_NOT_SPECIFIED = "Password is not specified.";
var ALERT_SIGNON_PLEASE_PROVIDE_LOGIN_INFORMATION = "Please provide login information to sign on.";

/*
	Services
*/
var ALERT_SERVICES_NO_APPLICANTS_IN_RANGE_FOR_INSURANCE = "There are no applicants aged 18 - 64 that can apply for insurance coverage.";
var ALERT_SERVICES_NO_SUBJECT_PROPERTY = "There is no Subject Property associated with this deal.";
var ALERT_SERVICES_NO_APPRAISAL_PROVIDERS = "There is no Appraisal Service Provider associated with this Firm.\nPlease contact Filogix to setup an Appraisal Service Provider.";

/*
	Statement of Mortgage
*/
var CONFIRM_SOM_LEAVING_SCREEN = "You are leaving the Statement Of Mortgage screen. Your statement will not be generated.\nTo continue without the statement click 'OK'.\nTo return to Statement Of Mortgage screen click 'Cancel'";

/*
	Print Forms
*/
var ALERT_PRINT_FORMS_DISCLOSURE_FORM_REQ_PROPERTY = "Disclosure Forms requires a deal to have a property.";
var ALERT_PRINT_FORMS_FX_EXCHANGE_REQ_EDITING = "filogix exchange needs some extra editing before PDF can be created, so it can't be merged with other reports.\n\nPress OK to uncheck it, Press Cancel to return to the page.";
var ALERT_PRINT_FORMS_NO_SOLICITOR = "The Solicitor information is missing.\nThe system will not allow you to print the letter\nunless this information is completed.";
var ALERT_PRINT_FORMS_SELECT_AT_LEAST_ONE_DOCUMENT = "You need to select at least one document.\n\nPlease try again.";
var ALERT_PRINT_FORMS_STATEMENT_OF_MORTGAGE_REQ_EDITING = "Statement of Mortgage report needs some extra editing before\nPDF can be created, so it can't be merged with other reports.\nPress 'OK' to uncheck it, Press 'Cancel' to return to the page.";

var CONFIRM_PRINT_FORMS_DISCLOSURE_AVAILABLE_BEGIN_NEW_FORM = "Disclosure is available.\nTo work from an existing copy select 'OK'.\nTo Begin a new form select 'Cancel'";


/***************************************************************************************************
											REPORTS
***************************************************************************************************/
/*
	Applications Report
*/
var ALERT_APPS_REPORT_DATE_TO_LESS_THAN_DATE_FROM = "Date To must be greater than Date From.";
var ALERT_APPS_REPORT_MISSING_REPORT_CRITERIA = "Please enter report criteria.";


/*
	Applications Placed Report
*/
var ALERT_APPS_PLACED_INVALID_YEAR = "You must enter a year between 1990 and";
var ALERT_APPS_PLACED_MISSING_MONTH = "You must enter a month.";
var ALERT_APPS_PLACED_MISSING_YEAR = "The Year field cannot be blank.  Please enter a year.";
var ALERT_APPS_PLACED_SELECTED_FUTURE_REPORTING_PERIOD = "You have selected a future reporting period";

/*
	Commissions Report
*/
var ALERT_COMM_REPORT_DATE_TO_LESS_THAN_DATE_FROM = "Date To must be greater than Date From.";
var ALERT_COMM_REPORT_MISSING_DATE_FROM = "Date From is mandatory, please enter a valid date.";
var ALERT_COMM_REPORT_MISSING_DATE_TO = "Date To is mandatory, please enter a valid date.";
var ALERT_COMM_REPORT_MISSING_REPORT_CRITERIA = "Please enter report criteria.";

/*
	Lender Transactions Report
*/
var ALERT_LENDER_TRANS_REPORT_DATE_TO_LESS_THAN_DATE_FROM = "Date To must be greater than Date From.";
var ALERT_LENDER_TRANS_REPORT_MISSING_DATE_FROM = "Date From is mandatory, please enter a valid date.";
var ALERT_LENDER_TRANS_REPORT_MISSING_DATE_TO = "Date To is mandatory, please enter a valid date.";
var ALERT_LENDER_TRANS_REPORT_MISSING_REPORT_CRITERIA = "Please enter report criteria.";

/*
	Renewal Report
*/
var ALERT_RENEWAL_REPORT_DATE_TO_LESS_THAN_DATE_FROM = "Date To must be greater than Date From.";
var ALERT_RENEWAL_REPORT_MISSING_DATE_FROM = "Date From is mandatory, please enter a valid date.";
var ALERT_RENEWAL_REPORT_MISSING_DATE_TO = "Date To is mandatory, please enter a valid date.";
var ALERT_RENEWAL_REPORT_MISSING_REPORT_CRITERIA = "Please enter report criteria.";

/***************************************************************************************************
											TOOLS
***************************************************************************************************/
/*
	Feature Sheet: Image
*/
var ALERT_FEATURE_SHEET_IMAGE_NO_PICTURE = "No Picture Selected.";

/*
	Generic AM Schedule
*/
var ALERT_GENERIC_AM_SCENARIO_EXTRA_PAYMENTS_EXCEED_MORTGAGE = "Extra Payment Amount cannot exceed the Mortgage Amount.";
var ALERT_GENERIC_AM_SCENARIO_MISSING_PAYMENT_AMOUNT = "Unable to complete calculation, please fill in Extra Payments Amount.";
var ALERT_GENERIC_AM_SCENARIO_MISSING_PAYMENT_AMOUNT_OR_PERCENTAGE = "Unable to complete calculation, please fill in Extra Payments Amount or Percentage.";
var ALERT_GENERIC_AM_SCENARIO_POSITIVE_VALUE_BELOW_100_FOR_RATE = "You must enter a positive value below 100.000 for the Rate.";
var ALERT_GENERIC_AM_SCENARIO_POSITIVE_VALUE_BELOW_OR_EQUAL_TO_100_FOR_RATE = "You must enter a positive value below or equal to 100.000 for the Rate.";
var ALERT_GENERIC_AM_SCENARIO_TERM_MORE_THAN_AMORTIZATION = "Term must be less than amortization.";
var ALERT_GENERIC_AM_SCENARIO_TERM_MUST_BE_LESS_THAN_AMORTIZATION = "Term must be less than amortization.";
var ALERT_GENERIC_AM_SCENARIO_UNABLE_TO_COMPLETE_CALCULATIONS = "Unable to complete calculation, please fill in the following required fields.";

var CONFIRM_GENERIC_AM_SCENARIO_FIRST_PAYMENT_DATE_EQUAL_OR_AFTER_CLOSING_DATE = "First Payment Date must be equal to or after the Closing Date.\n\nWould you like to proceed?";
var CONFIRM_GENERIC_AM_SCENARIO_FIRST_PAYMENT_DATE_EQUAL_OR_AFTER_INTEREST_ADJUSTMENT_DATE = "First Payment Date must be equal to or after Interest Adjustment Date.\n\nWould you like to proceed?";
var CONFIRM_GENERIC_AM_SCENARIO_INTEREST_ADJUSTMENT_DATE_EQUAL_OR_AFTER_CLOSING_DATE = "Interest Adjustment Date must be equal to or after the Closing Date.\n\nWould you like to proceed?";

/*
	Generic Income Required Preq.
*/
var ALERT_GENERIC_INC_REQ_POSITIVE_VALUE_BELOW_99_999_FOR_RATE = "You must enter a positive value below 99.999 for the Rate.";
var ALERT_GENERIC_INC_REQ_SECOND_SELECTION_NOT_ALLOWED_WHILE_PREVIOUS_IS_PROCESSING = "Second selection is not allowed while previous request is being processed.";
var ALERT_GENERIC_INC_REQ_UNABLE_TO_COMPLETE_CALCULATIONS = "Unable to complete calculation, please fill in the following required fields.";

/*
	Generic Maximum Mortgage
*/
var ALERT_GENERIC_MAX_MOR_SECOND_SELECTION_NOT_ALLOWED_WHILE_PREVIOUS_IS_PROCESSING = "Second selection is not allowed while previous request is being processed.";
var ALERT_GENERIC_MAX_MOR_POSITIVE_VALUE_BELOW_99_999_FOR_RATE = "You must enter a positive value below 99.999 for the Rate.";
var ALERT_GENERIC_MAX_MOR_UNABLE_TO_COMPLETE_CALCULATIONS = "Unable to complete calculation, please fill in the following required fields.";

/*
	Income Required Prequalifier
*/
var ALERT_INCOME_REQ_POSITIVE_VALUE_BELOW_99_999_FOR_RATE = "You must enter a positive value below 99.999 for the Rate.";
var ALERT_INCOME_REQ_SECOND_SELECTION_NOT_ALLOWED_WHILE_PREVIOUS_IS_PROCESSING = "Second selection is not allowed while previous request is being processed.";
var ALERT_INCOME_REQ_UNABLE_TO_COMPLETE_CALCULATIONS = "Unable to complete calculation, please fill in the following required fields.";

/*
	Maximum Mortgage Prequalifier
*/
var ALERT_MAX_MORTGAGE_POSITIVE_VALUE_BELOW_99_999_FOR_RATE = "You must enter a positive value below 99.999 for the Rate.";
var ALERT_MAX_MORTGAGE_SECOND_SELECTION_NOT_ALLOWED_WHILE_PREVIOUS_IS_PROCESSING = "Second selection is not allowed while previous request is being processed.";
var ALERT_MAX_MORTGAGE_UNABLE_TO_COMPLETE_CALCULATIONS = "Unable to complete calculation, please fill in the following required fields.";


/*
	Offline Expert
*/
var CONFIRM_OFFLINE_EXPERT_DOWNLOAD = "You have requested to download a program\nwhich will tie up your computer's resources.\nAre you sure you want to continue?\n\n Press 'OK' to continue,\n or 'Cancel' to cancel and return to the Tools menu.";

/*
	Privilege
*/
var ALERT_PRIVILEGE_SECOND_SELECTION_NOT_ALLOWED_WHILE_PREVIOUS_IS_PROCESSING = "Second selection is not allowed while previous request is being processed.";

/*
	Amortization Schedule
*/
var ALERT_AMORTIZATION_SCHEDULE_TERM_MORE_THAN_AMORTIZATION = "Term must be less than amortization";

/*
	Amortization Scenario
*/
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_EXTRA_PAYMENT_AMOUNT_CANNOT_EXCEED_MORTGAGE_AMOUNT = "Extra Payment Amount cannot exceed the Mortgage Amount.";
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_POSITIVE_VALUE_BELOW_OR_EQUAL_TO_100_FOR_RATE = "You must enter a positive value below or equal to 100.000 for the Rate.";
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_POSITIVE_VALUE_BELOW_99_999_FOR_RATE = "You must enter a positive value below 99.999 for the Rate.";
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_TERM_MUST_BE_LESS_THAN_AMORTIZATION =  "Term must be less than amortization";
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_UNABLE_TO_COMPLETE_CALCULATION_FILL_IN_EXTRA_PAYMENTS = "Unable to complete calculation, please fill in Extra Payments Amount.";
var ALERT_AMORTIZATION_SCENARIO_MESSAGE_UNABLE_TO_COMPLETE_CALCULATION_FILL_IN_EXTRA_PAYMENTS_OR_PERCENTAGE = "Unable to complete calculation, please fill in Extra Payments Amount or Percentage.";
var CONFIRM_AMORTIZATION_SCENARIO_MESSAGE_FIRST_PAYMENT_DATE_MUST_BE_EQUAL_TO_OR_AFTER_CLOSING_DATE = "First Payment Date must be equal to or after the Closing Date. \n\nWould you like to proceed?";
var CONFIRM_AMORTIZATION_SCENARIO_MESSAGE_FIRST_PAYMENT_DATE_MUST_BE_EQUAL_TO_OR_AFTER_INTEREST_ADJUSTMENT_DATE = "First Payment Date must be equal to or after Interest Adjustment Date.\n\nWould you like to proceed?";
var CONFIRM_AMORTIZATION_SCENARIO_MESSAGE_INTEREST_ADJUSTMENT_DATE_MUST_BE_EQUAL_TO_OR_AFTER_CLOSING_DATE = "Interest Adjustment Date must be equal to or after the Closing Date. \n\nWould you like to proceed?";