//JavaScript error messages

	msgError_emptyFirstName = "Please enter the First Name"
	msgError_validFirstName = "Please enter a valid entry for the First Name"
	msgError_spaceFirstName = "Spaces are not allowed. "+msgError_validFirstName
	
	msgError_validOtherNames = "Please enter a valid entry for the Other Name"
	msgError_spaceOtherNames = "Spaces are not allowed. "+msgError_validOtherNames
	
	msgError_emptyLastName = "Please enter the Last Name"
	msgError_validLastName = "Please enter a valid entry for the Last Name"
	msgError_spaceLastName = "Spaces are not allowed. "+msgError_validLastName
	
	msgError_emptyEmail = "Please enter your E-mail Address"
	msgError_validEmail = "Please enter a valid entry for the Email Address \nEx: info@vidullanka.com"
	
	msgError_emptyMaritalStatus = "Please select your Marital Status from the list"
	
	msgError_emptyPhone = "Please enter the Phone Number"
	msgError_validPhone = "Please enter a valid entry for the Phone Number"
	msgError_spacePhone = "Spaces are not allowed. "+msgError_validPhone
	
	msgError_emptyAddress = "Please enter the Postal Address"
	msgError_emptyCountry = "Please select your Country from the list"
	
	msgError_invalidEntry = "Please make a valid entry for this Field"
	msgError_lengthOfText = "The length of this field cannot exceed 1000 characters"
	msgError_emptyPrimaryEd = "Please enter your Primary Education Details"
	msgError_spacePrimaryEd = "Spaces are not allowed. "+msgError_emptyPrimaryEd
	msgError_spaceSecondaryEd = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceTertiaryEd = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceProfQual = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceOtherQual = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceAreaExpertise = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_emptyAreaInterest = "Please enter your Area of Interest"
	msgError_spaceAreaInterest = "Spaces are not allowed. "+msgError_emptyAreaInterest
	msgError_emptyAvailability = "Please select your Availability from the list"
	msgError_emptyJobType = "Please select a Job Type from the list"
	msgError_spaceNotes = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceLeadershipSkill = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceCharacteristics = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceExperiencePos = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceExperienceNeg = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_spaceQuotes = "Spaces are not allowed. "+msgError_invalidEntry
	msgError_emptyCompany = "Please enter the Company Name"
	msgError_spaceCompany = "Spaces are not allowed. "+msgError_emptyCompany

/*
//JavaScript error messages

	//Name
	msgError_emptyName	= "Please enter your Name"
	msgError_validName	= "Please enter a valid entry for the Name"
	msgError_spaceName	= "Spaces are not allowed. "+msgError_validName
	
	//Email
	msgError_emptyEmail	= "Please enter your Email Address"
	msgError_validEmail	= "Please enter a valid entry for the Email Address \nEg: abc@domainname.com"
	msgError_spaceEmail	= "Spaces are not allowed. "+msgError_validEmail
	
	//Address
	msgError_emptyAddress = "Please enter your Mailing Address"
	msgError_spaceAddress = "Spaces are not allowed. "+msgError_emptyAddress
	
	//State
	msgError_validState = "Please enter a valid entry for the State "
	msgError_spaceState = "Spaces are not allowed. "+msgError_validState
	
	//Zip
	msgError_validZip = "Please enter a valid entry for the Zip/Postal Code "
	msgError_spaceZip = "Spaces are not allowed. "+msgError_validZip
	
	//Age
	msgError_validAge = "Please enter a valid entry for the Age. Only Numbers are allowed "
	msgError_spaceAge = "Spaces are not allowed. "+msgError_validAge
	
	//Telephone
	msgError_emptyResidance = "Please enter a Residance Phone Number "
	msgError_validResidance	= "Please enter a valid entry for the Residance Phone Number "
	msgError_spaceResidance	= "Spaces are not allowed. "+msgError_validResidance
	
	//Telephone 2
	msgError_emptyTelephone = "Please enter a Phone Number "
	msgError_validTelephone	= "Please enter a valid entry for the Phone Number "
	msgError_spaceTelephone	= "Spaces are not allowed. "+msgError_validTelephone
	
	//Company
	msgError_emptyCompany = "Please enter your company name"
	msgError_validCompany = "Please enter a valid entry for company name"
	msgError_spaceCompany = "Spaces are not allowed. "+msgError_validCompany
	
	//Office
	msgError_validOffice = "Please enter a valid entry for the Office Phone Number "
	msgError_spaceOffice = "Spaces are not allowed. "+msgError_validOffice
	
	//Country
	msgError_SelectCountry = "Please select a Country "
	
	//Desired Position
	msgError_SelectPosition = "Please select Desired Position/s"
*/	
	//Mobile
	msgError_validMobile = "Please enter a valid entry for the Mobile Number "
	msgError_spaceMobile = "Spaces are not allowed. "+msgError_validMobile
	
	//Fax
	msgError_emptyFax = "Please enter the Fax Number "
	msgError_validFax = "Please enter a valid entry for the Fax Number "
	msgError_spaceFax = "Spaces are not allowed. "+msgError_validFax
	
	//Comment
	msgError_emptyComment = "Please enter your Comment"
	msgError_spaceComment = "Spaces are not allowed. "+msgError_emptyComment
	msgError_lengthOfComment = "The length of the Comment cannot exceed 5000 characters"
	
	//upload CV 
	msgError_emptyCV = "Please attach your CV"
	msgError_fileLenthCV = "Please attach your File - The file name must not exceed 150 characters"
	msgError_validCv = "Please enter a valid File type"
	msgError_spaceCV = "Spaces are not allowed. "+msgError_emptyCV
