<!--

/*
' Copyright (c) 2000 Affno (Pvt) Ltd, . All rights reserved.
'
' This software is the confidential and proprietary information of        
' Affno  ("Confidential Information").  You shall not disclose such 
' Confidential Information and shall use it only in accordance with
' the terms of the license agreement you entered into with Affno.
'
'Module Name	: LCRWEB2
' File Name		: clientSudemsg.asp
' Description	: This is the page where we create client side messages. (Standard Error Messagesv2.0 - Send by Rangika Wed 9/21/2005 10:03 AM)
' Created By	: Nishan Shanaka
' Created Date	: 
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages

//Reservation form
	//First name
	msgError_emptyFirstName	= "Please enter your First Name"
	msgError_validFirstName	= "Please enter your First Name using only letters, spaces, dash(-), apostophe(') and fullstop(.)"
	msgError_spaceFirstName	= "Please enter your First Name"
	
	//Last name
	msgError_emptyLastName	= "Please enter your Last Name"
	msgError_validLastName	= "Please enter your Last Name using only letters, spaces, dash(-), apostophe(') and fullstop(.)"
	msgError_spaceLastName	= "Please enter your Last Name"
	
	//address
	msgError_emptyAddress = "Please enter your Address"
	msgError_spaceAddress = "Please enter your Address"
	msgError_lengthOfAddress = "Please shorten your Address. It should not exceed 150 characters"
	
	//Telephone
	msgError_emptyTelephone = "Please enter your Telephone Number"
	msgError_validTelephone = "Please enter your Telephone Number using only letters, numbers, brackets, dash, plus(+), slash(/), fullstop(.), coma(,) and colon(:)"
	msgError_spaceTelephone = "Please enter your Telephone Number"
	
	msgError_validTelephoneOff= "Please enter a valid entry for the Office Telephone Number"
	
	//Fax
	msgError_validFax = "Please enter a valid entry for the Fax Number"
	msgError_validFaxOff = "Please enter your Fax Number using only letters, numbers, brackets, dash, plus(+), slash(/) and fullstop(.)"
	
	//Email
	msgError_emptyEmail	= "Please enter your Email E.g. name@domain.com"
	msgError_validEmail	= "Please enter a valid Email. E.g. name@domain.com"
	msgError_spaceEmail	= "Please enter your Email E.g. name@domain.com"
	
	//Comment
	msgError_emptyComment = "Please enter your Comment"
	//msgError_validComment = "Please enter a valid entry for the Comment"
	msgError_spaceComment = "Please enter your Comment"
	msgError_lengthOfComment = "The length of the Comment cannot exceed 1000 characters"
	
	// Inquiry
	msgError_emptyInquiry = "Please enter your Inquiry"
	//msgError_validInquiry = "Please enter a valid entry for the Inquiry"
	msgError_spaceInquiry = "Please enter your Inquiry"
	msgError_lengthOfInquiry = "The length of the Inquiry cannot exceed 500 characters"

//Position
	msgError_emptyPosition = "Please enter your Position"
	msgError_validPosition = "Please enter a valid entry for the Position"
	msgError_spacePosition = "Please enter your Position"
		
//Designation
	msgError_emptyDesignation = "Please enter your Designation"
	msgError_validDesignation = "Please enter a valid entry for the Designation"
	msgError_spaceDesignation = "Spaces are not allowed. "+msgError_validDesignation
	
//Company Name
	msgError_emptyCompany = "Please enter your Company Name"
	msgError_validCompany = "Please enter a valid entry for the Company Name"
	msgError_spaceCompany = "Spaces are not allowed. "+msgError_validCompany
	
//Organization
	msgError_emptyOrganization = "Please enter your Organization"
	msgError_validOrganization = "Please enter a valid entry for the Organization"
	msgError_spaceOrganization = "Spaces are not allowed. "+msgError_validOrganization
	
//Other Qualification
	msgError_lengthOfQualification = "The length of the Other Qualification cannot exceed 1000 characters"
	
//Related Product
	msgError_emptyProduct = "Please select Related Product"

//Service Type	
	msgError_emptyService = "Please select Service Type"
	
//Previous SRF ID
	msgError_validSRFID = "Please enter a valid entry for the Previous SRF ID"
	
//Request in Detail
	msgError_emptyRequestDetails = "Please enter your Request in Detail"
	//msgError_validRequestDetails = "Please enter a valid entry for the Request in Detail"
	msgError_spaceRequestDetails = "Spaces are not allowed. "+msgError_emptyRequestDetails
	msgError_lengthOfRequestDetails = "The length of the Request in Detail cannot exceed 1000 characters"

//upload CV 
	msgError_emptyCV = "Please attach your Resume"
	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_emptyRequestDetails

//Course inquired
	msgError_emptyCourseInquired = "Please specify whether Course inquired about"
	
	//Type of room
	msgError_emptyRoomType	= "Please select a Type of Room"
	msgError_emptyRoomNo = "Please enter a valid value for Number of Rooms"
	msgError_validRoomNo = "Please enter a valid value for Number of Rooms"
	
	//Number of People
	msgError_emptyPeople = "Please enter the Number of People"
	msgError_validPeople = "Please enter a valid  Number of Adults"
	msgError_validChildern = "Please enter a valid  Number of Children"
	msgError_PepleCom = "Adult(s) must accompany children"
	
	//meal plan
	msgError_validMealPlan = "Please select the Meal Plan"
	
	//Remarks
	msgError_emptyRemarks = "Please enter your Remarks"
	msgError_spaceRemarks = "Please enter your Remarks"
	msgError_lengthOfRemarks = "Please shorten your Remarks. It should not exceed 1000 characters"
	
	//Arrival and Departuredate
	msgError_validArrivalDate = "Please enter a valid Date of Arrival"
	msgError_validDepartureDate = "Please enter a valid Date of  Depature"
	msgError_validDateCompaire = "Please enter a valid Date of Arrival must be before Date of Departure"
	
//E Cards form
	//From name
	msgError_emptyFromName	= "Please enter your From Name"
	msgError_validFromName	= "Please enter your From Name using only letters, spaces, dash(-), apostophe(') and fullstop(.)"
	msgError_spaceFromName	= "Please enter your From Name"
	
	//To name
	msgError_emptyToName	= "Please enter your To Name"
	msgError_validToName	= "Please enter your To Name using only letters, spaces, dash(-), apostophe(') and fullstop(.)"
	msgError_spaceToName	= "Please enter your To Name"
	
	//From Email
	msgError_emptyFEmail	= "Please enter your From Email E.g. name@domain.com"
	msgError_validFEmail	= "Please enter a valid From Email. E.g. name@domain.com"
	msgError_spaceFEmail	= "Please enter your From Email E.g. name@domain.com"
	
	//To Email
	msgError_emptyTEmail	= "Please enter your To Email E.g. name@domain.com"
	msgError_validTEmail	= "Please enter a valid To Email. E.g. name@domain.com"
	msgError_spaceTEmail	= "Please enter your To Email E.g. name@domain.com"
	
	//Message
	msgError_emptyRemarks = "Please enter your Message"
	msgError_spaceRemarks = "Please enter your Message"
	msgError_lengthOfRemarks = "Please shorten your Message. It should not exceed 1000 characters"
	

-->	