/////////////////////////////////////
// eAgeYouth Application Error,Info and Warning messages
/////////////////////////////////////
//	EMPTY INPUT ERROR MESSAGES
////////////////////////////////////
var isExistingEmail= "Email Address provided by you already exists, please register with another email address.";
var emptyParGardian= "Parent/Guardian's title is mandatory. Please select a title.";
var emptyMiddleName = "Empty Middle Name. Format is alphabet.";
var emptyFirstName = "First Name is mandatory.  Please fill it.";
var emptyNationality = "Please fill Nationality.";
var referenceEmailIdsAreSame = "Reference 1 email id and Reference 2 email id can't be the same ";
var guruemailAndRefEmailAreSame = "Guru email Id and Reference email Id can't be the same ";
var emptyParFirstName = "Parent/Guardian's First Name is mandatory.  Please fill it.";
var emptyRef1Name = "Name is mandatory for the Reference 1.  Please fill it.";
var emptyRef2Name = "Name is mandatory for the Reference 2.  Please fill it.";
var addressFieldExceeds="Address exceeds the maximum allowed length of 250 characters.";
var addressAFieldExceeds="Maximum allowed length is 1500 characters.";
var emptyLastName = "Last Name is mandatory.  Please fill it.";
var emptyParLastName = "Parent/Guardian's Last Name is mandatory.  Please fill it.";
var emptyParEmail= "Parent/Guardian's Email is mandatory.  Please fill it.";
var emptyNickName = "Nickname is mandatory.  It must be 4-15 characters long. Spaces are not allowed. Please fill it.";
var spaceNickName = "Nickname should not contain spaces.";
var emptyBirthDay = "Please select a Birth Day.";
var emptyBirthMonth = "Please select a Birth Month.";
var emptyBirthYear = "Please select a Birth Year.";
var emptyAnniversaryDay = "Please select your Anniversary Day.";
var emptyAnniversaryMonth = "Please select your Anniversary Month.";
var emptyAnniversaryYear = "Please select your Anniversary Year.";
var emptyPwd = "Password is mandatory. Please fill it.";
var emptyEmailAddress = "Email Address is mandatory.  Please fill it.";
var emptyRef1EmailAddress = "Email Address is mandatory for Reference 1.  Please fill it.";
var emptyRef2EmailAddress = "Email Address is mandatory for Reference 2.  Please fill it.";
var emptyConfirmEmail = "Please confirm your email Address, its mandatory";
var emptyConfirmPwd = "Please confirm your password, its mandatory";
var emptyStuudentClass = "Please select the Class you are studying in.";
var emptyBoardOfEducation = "Please select your School Curriculum.";
//var emptyAddressType = "Please select the address Type";
var emptyAddressType = "Please select an Address Type.";
var emptyAddress = "Address is mandatory. Please fill it.";
var emptyPostalCode = "Postal Code is mandatory. Please fill it.";
var emptyCountry = "Please Select your Country.";
var emptyState = "Please Select your State.";
var emptyCountryOther = "Please enter your Country in the Other text field.";
var emptyStateOther = "Please enter your State in the Other text field.";
var emptyDegreeOther = "Please enter your Degree in the Other text field.";
var emptyProfessionOther = "Please enter your Profession in the Other text field.";
var emptyUniversityOther = "Please enter your University in the Other text field.";
var emptyCity = "Please select your City.";
var emptyCityOther = "Please enter your City in the Other text field.";
var emptySchoolName = "School Name is mandatory. Please fill it.";
var emptyOtherSchool = "Please enter your School in the Other text field.";
var emptyConNumbers = "Primary Contact Number is mandatory.";
var checkTermsNCond = "You must agree to the Terms And Conditions to register.";
var checkDisclaimer = "You must agree to the Disclaimer to register.";
var emptyCaptchaCode = "Enter Captcha code.";
var incorrectCaptchaCode = "Incorrect code, please re-enter.";
var emptyTitle = "Please select a Title.";
var emptyISD1 = "ISD for Primary Contact is empty. Please fill it.";
var emptyISD2 = "ISD for Alternate Contact is empty. Please fill it.";
var emptySTD2 = " STD for Alternate Contact is mandatory, please fill it.";
var emptySTD1 = " STD for Primary Contact is mandatory, please fill it.";
var emptyProfession = "Please select a Profession.";
var emptyRel1Profession = "Please select a Profession for Reference 1.";
var emptyRel2Profession = "Please select a Profession for Reference 2.";
var emptyHighestDegree = "Please select a Degree.";
var emptyPassOutYear = "Please select a Year of passing.";
var emptyUniversity = "Please select a University.";
var emptyReference="Please provide at least one Reference.";
var emptyRelation1 = " Please select your Relationship with the Reference 1.";
var emptyRelation2 = " Please select your Relationship with the Reference 2.";
var emptyRelation = " Please select your Relationship with the reference.";
var emptySubjectSelected = "Please check atleast one Subject.";
var emptyIntendedBoard = "Please select a Curriculum you intend to teach.";
var emptyIntendedClassLevel="Please Select atleast one level.";
var emptyOtherSubjectSpecification="Please enter Other Subject/Specification.";
var emptyContact = "Primary Contact is mandatory, please fill it.";
var emptyRefContactNumber1 = "Please provide a Contact Number for Reference 1.";
var emptyRefMobileNumber1 = "Please provide a Mobile Number for Reference 1.";
var emptyRefMobileNumber2 = "Please provide a Mobile Number for Reference 2.";
var emptyRefContactNumber2 = "Please provide a Contact Number for Reference 2.";
var emptyRefMobileNumber1 = "Please provide a Mobile Number for Reference 1.";
var emptyOtherLanguage = "Please enter a language.";
var emptyOtherSpeciality = "Please enter a specialty.";
var emptyLoginEmail = " Enter an Email Id";
var sharedThoughtsEmpty= "Spaces are not allowed in shared thoughts";
var careerAmbitionsEmpty= "Spaces are not allowed in career ambitions";
var inspirationsEmpty= "Spaces are not allowed in inspirations";
var invalidLoginEmail = "Email is Invalid";
var emptyLoginPassword = " Enter a Password";
var invalidLoginPassword = "Invalid Password";
//////////////////////////////////
// INVALID INPUT ERROR MESSAGES
/////////////////////////////////
var invalidPhoneNumber = "Invalid phone number.";
var invalidFirstName = "Invalid First Name. Format is alphabet.";
var invalidParFirstName = "Invalid Parent/Guardian's First Name. Format is alphabet.";
var invalidRef1Name = "Invalid Name for Reference 1. Format is alphabet.";
var invalidRef2Name = "Invalid Name for Reference 2. Format is alphabet.";
var invalidMiddleName = "Invalid Middle Name. Format is alphabet.";
var invalidNationality ="Invalid Nationality. Format is alphabet.";
var invalidParMiddleName = "Invalid Parent/Guardian's Middle Name. Format is alphabet.";
var invalidLastName = "Invalid Last Name. Format is alphabet.";
var invalidParLastName = "Invalid Parent/Guardian's Last Name. Format is alphabet.";
var invalidNickName = "Invalid Nick Name. It must be 4-15 characters long. Spaces are not allowed.";
var invalidDate = "Invalid Date.";
var invalidDOB = "Invalid Date of birth.";
var invalidSTD1 = "Invalid STD for Primary Contact.";
var invalidSTD2 = "Invalid STD for Alternate Contact.";
var ivalidPercentage = "Percentage should be between 40 and 100.";
var invalidExperience = "Invalid Experience. Allowed values are between 0 and 70.";
var emptyExperience = "Please enter your Experience in years.";
var emptyUploadCV = "Please upload your CV.";
var invalidCVtype = "Invalid CV file format. Only DOC, RTF, PDF, TXT are the allowed CV file formats.";
var invalidImageType ="Please load an image with an extention of one of the following JPEG,GIF,JPG,BMP.";
var invalidCountryOther = "Invalid Country Name.";
var invalidStateOther = "Invalid State Name.";
var invalidCityOther = "Invalid City Name.";
var invalidDegreeOther = "Invalid Degree Name.";
var invalidProfessionOther = "Invalid Profession Name.";
var invalidUniversityOther = "Invalid University Name.";
var invalidSchoolOther = "Invalid School Name.";
var invalidDOAvsDOB = "Date of Anniversary cannot fall before Date of Birth.";
var invalidDateMonthCombo = "Invalid Date/Month combination selected in Anniversary Date."
var invalidDateMonthBirthdayCombo = "Invalid Date/Month combination selected in Date Of Birth."
//////////Invalid Email Address error list/////////////////
////	Plz Ref isValidEmail js function from  
////	jsutilities.js for error conditions of the
////	following error indexes.
///////////////////////////////////////////////////////////
var emailError = new Array();
emailError[0] = "Email address seems incorrect (check @ and .'s)";
emailError[1] = "This username contains invalid characters.";
emailError[2] = "The domain name contains invalid characters.";
emailError[3] = "Email address username doesn't seem to be valid.";
emailError[4] = "Destination IP address is invalid!";
emailError[5] = "The domain name of Email address does not seem to be valid.";
emailError[6] = "Email address must end in a well-known domain or two letter " + "country.";
emailError[7] = "Email address is missing a hostname!";
//////////////////////////////////////////////////////////
/////////////////////////////////////////////////
var emailErrorFriend = new Array();
emailErrorFriend[0] = "Friends Email address seems incorrect (check @ and .'s)";
emailErrorFriend[1] = "Friends Email username contains invalid characters.";
emailErrorFriend[2] = "The domain name of Friends Email address contains invalid characters.";
emailErrorFriend[3] = "Friends Email username doesn't seem to be valid.";
emailErrorFriend[4] = "Destination IP address is invalid!";
emailErrorFriend[5] = "The domain name of Friend Email address does not seem to be valid.";
emailErrorFriend[6] = "Friends Email address must end in a well-known domain or two letter " + "country.";
emailErrorFriend[7] = "Friends Email address is missing a hostname!";
/////////////////////////////////////////////
var confirmEmailMistmatch = "Email Address and Confirm Email Address fields must be the same.";
var invalidPwd = "Invalid Password. Password must be 6-12 characters long and carry atleast one numeric and one alphabet character. Spaces are not allowed.";
var invalidConfirmPwd = "Invalid Confirm Password. Confirm password must be 6-12 characters long and carry atleast one numeric and one alphabet character. Spaces are not allowed.";
var confirmPwdMistmatch = "Password and Confirm Password fields must match.";
var invalidConNumber1 = "Invalid Primary Contact Number.";
var invalidConNumber2 = "Invalid Alternate Contact Number.";
var invalidDOA = "Invalid Date of Anniversary.";
var invalidMobileNumber = "Invalid Mobile Number.";
var invalidMobileLength = "Length of the Mobile Number should be 6-10 digits.";
var invalidISD1 = "Invalid ISD for Primary Contact.";
var invalidISD2 = "Invalid ISD for Alternate Contact.";
var mismatchDivPercentage = "Percentage provided not in accordance with the Division Selected";
var incorrectCaptchaCode= "Incorrect Captcha Code, please re-enter as in the image.";
var invalidRefConNumber1 = "Reference 1: Invalid Contact Number.";
var invalidRefConNumber2 = "Reference 2: Invalid Contact Number.";
var invalidRefMobNumber1 = "Reference 1: Invalid Mobile Number.";
var invalidRefMobNumber2 = "Reference 2: Invalid Mobile Number.";
var invalidOtherLanguage = "Invalid Language.";
var invalidOtherSpeciality = "Inavlid Speciality.";

//@author:Lokesh
//GuruActivationDeactivation Error Messages
var emptyReason = "Reason is mandatory.";
var emptyWefDate = "Please select a Date.";
var invalidReasonLength = "Reason should not exceed 255 characters.";
var emptyActDeactStatus = "Please select Activation/Deactivation status.";
