// error messages for form checking

var eleLOANTYPE = "Please select the loan type you are seeking.";
var eleFILING = "Please indicate how you will be filing.";
var elePRIMARYFIRSTNAME = "Please provide the primary applicant's first name.";
var elePRIMARYLASTNAME = "Please provide the primary applicant's last name.";
var elePRIMARYADDRESS1 = "Please provide the primary applicant's address.";
var elePRIMARYCITY = "Please provide the primary applicant's city.";
var elePRIMARYSTATE = "Please provide the primary applicant's state.";
var elePRIMARYZIP = "Please provide the primary applicant's zip code.";
var elePRIMARYEVENINGPHONE = "Please provide the primary applicant's evening phone number.";
var elePRIMARYEMAIL = "Please provide the primary applicant's email address.";
var elePRIMARYSSN = "Please provide the primary applicant's social security number.";
var elePRIMARYDOB = "Please provide the primary applicant's date of birth.";
var elePRIMARYDRIVERSLICENSE = "Please provide the primary applicant's drivers licence number.";
var elePRIMARYPAYMENT = "Please provide your monthly mortgage or rent payment.";
var elePRIMARYSTATUS = "Please indicate the primary applicant's employment status.";
var elePRIMARYCURRENTYEMPLOYER = "Please provide the primary applicant's current employer.";
var elePRIMARYEMPLOYERADDRESS1 = "Please provide the primary applicant's current employer's address.";
var elePRIMARYEMPLOYERCITY = "Please provide the primary applicant's current employer's city.";
var elePRIMARYEMPLOYERSTATE = "Please provide the primary applicant's current employer's state.";
var elePRIMARYEMPLOYERZIP = "Please provide the primary applicant's current employer's zip code.";
var elePRIMARYYEARSEMPLOYED = "Please provide the primary applicant's years employed.";
var eleSECONDARYFIRSTNAME = "Please provide the co-applicant's first name.";
var eleSECONDARYLASTNAME = "Please provide the co-applicant's last name.";
var eleSECONDARYADDRESS1 = "Please provide the co-applicant's address.";
var eleSECONDARYCITY = "Please provide the co-applicant's city.";
var eleSECONDARYSTATE = "Please provide the co-applicant's state.";
var eleSECONDARYZIP = "Please provide the co-applicant's zip code.";
var eleSECONDARYEVENINGPHONE = "Please provide the co-applicant's evening phone number.";
var eleSECONDARYEMAIL = "Please provide the co-applicant's email address.";
var eleSECONDARYSSN = "Please provide the co-applicant's social security number.";
var eleSECONDARYDOB = "Please provide the co-applicant's date of birth.";
var eleSECONDARYDRIVERSLICENSE = "Please provide the co-applicant's drivers licence number.";
var eleSECONDARYSTATUS = "Please indicate the co-applicant's employment status.";
var eleSECONDARYCURRENTYEMPLOYER = "Please provide the co-applicant's current employer.";
var eleSECONDARYEMPLOYERADDRESS1 = "Please provide the co-applicant's current employer's address.";
var eleSECONDARYEMPLOYERCITY = "Please provide the co-applicant's current employer's city.";
var eleSECONDARYEMPLOYERSTATE = "Please provide the co-applicant's current employer's state.";
var eleSECONDARYEMPLOYERZIP = "Please provide the co-applicant's current employer's zip code.";
var eleSECONDARYYEARSEMPLOYED = "Please provide the co-applicant's years employed.";
var elePRIMARYGMI = "Please provide the primary applicant's gross monthly income.";
var eleACCOUNTNUMBER = "Please provide the primary applicant's PAC Federal Credit Union account number.";
var eleCURRENTLOAN = "Please indicate if you currently have a loan with Unity Credit Union.";
// added for PAC only
var elePRIMARYCAR = "Please provide the amount paid for car payments per month."
var eleCITIZEN = "Please indicate if you are a US Citizen."
var eleALIEN = "Please indicate if you are a Permanent Resident Alien."
var eleREGNO = "Please provide your Registration Number."
var eleOTHERINCOME = "Please provide the amount of your other income or leave blank if none."



//Home Equity Line of Credit
var eleHOMEAMOUNT = "Please provide the desired amount to borrow.";
var eleHOMENEWAPPRAISAL = "Please indicate if you have an appraisal that is less than 1 year old.";
var eleHOMEAPPRAISEDVALUE = "Please provide the appraised value of your home."
var eleHOMEINSURACEPROVIDER = "Please provide the name of your current insurance provider."
var eleHOMEEQUITYLOAN = "Please indicate if you have a home equity loan on this house."
var eleHOMEEQUITYLOC = "Please indicate if you have a home equity line of credit on this house."
var eleHOMEFIRSTMORTBALANCE = "Please provide the current first mortgage balance on this property."
var eleHOMEMORTPAYMENT = "Please provide the monthly mortgage payment on this property."
var eleHOMEMORTLENDER = "Please provide the name of the current first mortgage lender on this property."
// added for PAC
var eleHOMEPURPOSE = "Please indicate the purpose of the loan."
var eleHOMEOTHERPURPOSE = "Please describe the other perpose in 300 characters or less."
var eleHOMETERM = "Please select a term for the loan."



//Auto
var eleAUTOPURCHAEFROM = "Please select where you will be purchasing this auto from.";
var eleAUTOAMOUNT = "Please provide the desired amount to borrow.";
var eleAUTOTYPE = "Please indicate if this auto is new or used.";
var eleAUTOMAKE = "Please provide this auto's make.";
var eleAUTOMODEL = "Please provide this auto's model.";
var eleAUTOYEAR = "Please provide this auto's year.";
var eleAUTOMILEAGE = "Please provide this auto's mileage.";
var eleAUTOPRICE = "Please provide this auto's purchase price.";




//Boat/RV
var eleBOATRVTYPE = "Please select the type of vehicle."
var eleBOATRVMAKE = "Please provide the make.";
var eleBOATRVMODEL = "Please provide the model.";
var eleBOATRVAMOUNT = "Please provide the desired amount to borrow.";
var eleBOATRVPRICE = "Please provide this auto's purchase price.";
// Added for PAC only
var eleBOATRVTERM = "Please select the term of the requested loan."



//Personal Loan
var elePERSONALAMOUNT = "Please provide the desired amount to borrow.";
// added for PAC
var elePERSONALTERM = "Please select the term of the loan."

// Visa
var eleDESIREDCREDITLIMIT = "Please provide the desired credit limit."


//contact form
var eleFNAME = "Please provide your first name.";
var eleLNAME = "Please provide your last name.";
var eleADD1 = "Please provide your address.";
var eleCITY = "Please provide your city.";
var eleSTATE = "Please provide your state.";
var eleZIP = "Please provide your ZIP code.";
var elePHONE = "Please provide your phone number.";
var eleEMAIL = "Please provide your e-mail address in the proper format: user@host.com.";
var eleINFO = "Please provide a short message stating the information you are requesting.";

// e-checking plus
var eleACCNUM = "Please provide your PAC Federal Credit Union account number.";

// e-statement enrollment
var eleSIGNATURENAME = "Please provide your full name to act as your e-Signature.";
