
//JavaScript error messages

//email subscribe form
	//First name
	msgError_emptyFirstName	= "Please enter your First Name"
	msgError_validFirstName	= "Please enter a valid entry for the First Name"
	msgError_spaceFirstName	= "Spaces are not allowed. "+msgError_validFirstName
	
	//Last name
	msgError_emptyLastName	= "Please enter a valid entry for the Surname"
	
	//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
	
	//Password
	msgError_emptyPassword = "Please enter your Password"
	msgError_validPassword = "Spaces are not allowed. Please re-enter your Password"
	msgError_lenthPassword = "Please enter at least 6 characters for Password."
	
	msgError_empty_ConfirmPassword = "Please Confirm your Password"
	msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
	//SMS no
	msgError_validSms = "Please enter a valid entry for the SMS No"
	

//Company news
	//Search
	msgError_spaceKeyword = "Spaces are not allowed. Please enter the key word you wish to search for"
	msgError_emptyKeyword = "Please enter the key word you wish to search for"
		
//Search
	msgError_emptySearch = "Please enter a valid entry for the Search"
	msgError_spaceSearch = "Spaces are not allowed. Please re-enter a valid entry for the Search"
	//emptyKeyWord
	msgError_emptyKeyWord="Please enter a Keyword that you wish to search for"
	//spaceKeyWord
	msgError_spaceKeyWord="Please enter a valid Applicant Name that you wish to search for"	
	//validKeyWord
	msgError_validKeyWord="Spaces are not allowed. "+msgError_emptyKeyWord
	//NotvalidKeyWord
	msgError_NotKeyWord="Please enter a valid Keyword that you wish to search for"
	
//Contact Us
	//Surname
	msgError_emptySurname	= "Please enter a valid entry for the Surname"
		
	//telephone no
	msgError_validTelephone = "Please enter a valid entry for the Telephone No"
	
	//Mailing Address
	msgError_emptyAddress = "Please enter your Mailing Address"
	msgError_spaceAddress = "Spaces are not allowed. "+msgError_emptyAddress
	msgError_lengthOfAddress = "The length of the Mailing Address cannot exceed 150 characters"
	
	//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

//Manager tool
	//Date
	msgError_emptyNewsDate	= "Please enter the Date."
	msgError_spaceNewsDate	= "Spaces are not allowed. "+msgError_emptyNewsDate
	msgError_validNewsDate = "Invalid character(s). Please re-enter the Date in the following format: dd/mm/yyyy."
	msgError_valid_day = "Please enter a valid entry for the Day"
	msgError_valid_month = "Please enter a valid entry for the Month"
	msgError_valid_year = "Please enter a valid 4 digit year between "
	
//email alerts
	//Subject
	
	msgError_emptySubject	= "Please enter the Email Subject"
	msgError_spaceSubject	= "Spaces are not allowed. "+msgError_emptySubject
	
	//Message
	msgError_emptyMessage = "Please enter your Message"
	msgError_spaceMessage = "Spaces are not allowed. "+msgError_emptyMessage
	msgError_lengthOfMessage = "The length of the Message cannot exceed 1000 characters"

//IR News and Events	
	//Heading
	msgError_emptyHeading = "Please enter your Header"
	msgError_spaceHeading = "Spaces are not allowed. "+msgError_emptyHeading
	msgError_lengthOfHeading = "The length of the Header cannot exceed 1000 characters"
	
	//BodyText
	msgError_emptyBodyText = "Please enter your Text"
	msgError_spaceBodyText = "Spaces are not allowed. "+msgError_emptyBodyText
	msgError_lengthOfBodyText = "The length of the Text cannot exceed 7000 characters"
	
	//upload file 
	msgError_emptyFile_img = "Please attach a Related Picture"
	msgError_fileLenthFile_img = "Please attach a Related Picture - The file name must not exceed 150 characters"
	msgError_validFile_img = "Please enter a valid File Type"
	msgError_spaceFile_img = "Spaces are not allowed. "+msgError_emptyFile_img
	msgError_filesize_img = "Please attach a Related Picture - the file size of attachments should be less than 500 KB."
	msgError_emptyFirstFile_img = "Please enter first Picture before second Picture"
	msgError_emptySecondFile_img = "Please enter second Picture before Third Picture"
		
	msgError_emptyFile = "Please attach a Related Document"
	msgError_fileLenthFile = "Please attach a Related Document - The file name must not exceed 150 characters"
	msgError_validFile = "Please enter a valid File Type"
	msgError_spaceFile = "Spaces are not allowed. "+msgError_emptyFile
	msgError_filesize = "Please attach a Related Document - the file size of attachments should be less than 500 KB."
	msgError_emptyFirstFile = "Please enter a File Name"
	msgError_emptyDocFile = "Please attach a Related Document"
	msgError_emptySecondFile = "Please attach a second Related Document befor Third Related Document"
	
	//External Links
	msgError_emptyExternalLinks = "Please enter the Link Address"
	msgError_emptyLinksText = "Please enter the External Link text"
	msgError_validExternalLinks	= "Please enter a valid entry for the ExternalLinks Address \nEg: http://www.keells.com"
	