/*
' 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	: QTMWEB1
' 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	: Roshani de Silva
' Created Date	: 
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages	

	// First name
	msgError_emptyFirstName	= "Please enter your First Name"
	msgError_validFirstName	= "Please enter a valid entry for your First Name"
	
	// Last name
	msgError_emptyLastName	= "Please enter your Last Name"
	msgError_validLastName	= "Please enter a valid entry for your Last Name"
	
	// Full name
	msgError_emptyFullName	= "Please enter your Full Name"
	msgError_validFullName	= "Please enter a valid entry for your Full Name"
	msgError_lengthOfName = "The length of the Name should not exceed 50 characters"
	
	// Surname
	msgError_emptySurname	= "Please enter your Surname"
	msgError_validSurname	= "Please enter a valid entry for your Surname"	

	// Name
	msgError_emptyName	= "Please enter your Name"
	msgError_validName	= "Please enter a valid entry for the Name"
	
	// Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address should not exceed 150 characters"
	
	// Gender type
	msgError_emptyGender = "Please select the Gender type"
	
	//Civil Status
	msgError_empty_CStatus = "Please select the Civil Status"

	//----------------------------------------------------------------------------
	// Email
	msgError_emptyEmail	= "Please enter your E-mail"
	msgError_validEmail	= "Please enter a valid entry for the Email \nEg: abc@domainname.com"
	msgError_spaceEmail	= "Spaces are not allowed. "+msgError_validEmail
	
	// Confirm Email
	msgError_emptyConEmail	= "Please Confirm your E-mail"
	msgError_missmatchConEmail	= "Your e-mail Address entries do not match. Please re-enter your E-mail"
	
	//------------------------------------------------------------------------------
	// Telephone no
	msgError_emptyTelephone	= "Please enter your Telephone No"
	msgError_validTelephone = "Please enter a valid entry for the Telephone No"

	// Home telephone
	msgError_empty_HomeTelephone	= "Please enter your Home Telephone No"
	msgError_valid_HomeTelephone = "Please enter a valid entry for the Home Telephone No"

	// Mobile no
	msgError_empty_Mobile	= "Please enter your Mobile No"
	msgError_valid_Mobile = "Please enter a valid entry for the Mobile No"
	
	// Day or Eve phone
	msgError_emptyDayEve = "Please enter your Day or Evening Phone number"
	msgError_validTDayphone = "Please enter a valid entry for the Day Phone"
	msgError_validTEvephone = "Please enter a valid entry for the Evening Phone"
	
	// SMS no
	msgError_validSms = "Please enter a valid entry for the SMS No"
	
	// Fax
	msgError_validFax = "Please enter a valid entry for the Fax Number"
	msgError_validFaxOff = "Please enter a valid entry for the Office Fax Number"
	
	//---------------------------------------------------------------------
	// City
	msgError_emptyCity = "Please enter your City"
	msgError_validCity = "Please enter a valid entry for the City"
	
	// Province and city
	msgError_emptyStatepro = "Please select your State or enter a valid entry for the Province"

	// Province
	msgError_CalidProvi = "Please enter a valid entry for the Province"
	
	// Zip
	msgError_emptyZip = "Please select your Zip/Postal Code"
	msgError_validZip = "Please enter a valid entry for the Zip/Postal Code"
	
	// Country
	msgError_emptyCountry = "Please select your Country"
	msgError_validCountry = "Please enter a valid entry for the Country"	
	
	//---------------------------------------------------------------------------------------
	// Comment
	msgError_emptyComment = "Please enter your Comment"
	msgError_lengthOfComment = "The length of the Comment should not exceed 1000 characters"
	
	// Message
	msgError_emptyMessage = "Please enter your Message"
	msgError_lengthOfMessage = "The length of the Message should not 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 should not exceed 500 characters"
	
	//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"

	//-----------------------------------------------------------------------------------------
	//Company Name
	msgError_emptyCompany = "Please enter your Company Name"
	//msgError_validCompany = "Please enter a valid entry for the Company Name"
	msgError_spaceCompany = "Please enter your Company Name"
	
	//Organization
	msgError_emptyOrganization = "Please enter your Organization"
	//msgError_validOrganization = "Please enter a valid entry for the Organization"
	msgError_spaceOrganization = "Please enter your Organization"
	
	//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 = "Please enter your Designation"
	
	//Other Qualification
	msgError_emptyQualification = "Please enter your Other Qualification"
	msgError_lengthOfQualification = "The length of the Other Qualification should not exceed 1000 characters"

	//--------------------------------------------------------------------------------------------
	// Common
	msgError_LenUP	= "Please enter a minimum 6 characters"
	msgError_LenADD	= "Please enter a Maximum  200 characters"
	msgError_inqueryType= "Please select the Inquiry Type"
	msgError_Activeusere= "Please enter your Active Key"


// User #######################################################################################
	// User Name
	msgError_emptyUserName	= "Please enter your User Name"
	msgError_validUserName	= "Please enter a valid entry for the User Name"	

	// 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."
	
	// Confirm  
	msgError_empty_ConfirmPassword = "Please Confirm your Password"
	msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
	// Re-enter re-enter
	msgError_missmatch_NewPassword = "Your New Password entries do not match. Please re-enter your New Passwords"
	msgError_samePassword = "Your Old and New Password are same. Please re-enter your Passwords"
//###############################################################################################


// Date #######################################################################################
	// Date
	msgError_emptyDate	= "Please enter the Date"
	msgError_spaceDate	= "Please enter the Date"
	msgError_validDate = "Invalid character(s). Please re-enter the Date in the following format: dd/mm/yyyy."
	
	msgError_emptyDay	= "Please enter a valid entry for the Day"
	msgError_emptyMonth	= "Please enter a valid entry for the Month"
	msgError_emptyYear = "Please enter a valid entry for the Year"
	msgError_valid_year = "Please enter a valid 4 digit year between "
	
	msgError_emptyStartDate	= "Please enter the Start Date"
	msgError_emptyEndDate	= "Please enter the End Date"
	msgError_valis_dateRange = "Please enter a valid End Date - this date must occur after the Start Date"
	
	msgError_emptyFrom	= "Please enter the From Date"
	msgError_emptyTo	= "Please enter the To Date"
	msgError_valis_dateRangeF = "Please enter a valid To Date - this date must occur after the From Date"
	
	//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"
//###############################################################################################


// Email Alerts ##################################################################################
	// Recipient Name
	msgError_emptyRecipientName	= "Please enter Recipient Name"
	msgError_validRecipientName	= "Please enter a valid entry for the Recipient Name"
	
	// Recipient Email
	msgError_emptyRecipientEmail = "Please enter recipient's Email"
	msgError_validRecipientEmail = "Please enter a valid entry for the recipient's Email \nEg: abc@domainname.com"
	
	// Subject	
	msgError_emptySubject	= "Please enter the Email Subject"
	msgError_spaceSubject	= "Spaces are not allowed. "+msgError_emptySubject
	
	// 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"
	
	// Body Text
	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"
//###############################################################################################


//E Cards  #############################################################################
	//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"
	
//###############################################################################################

// Hotel Reservation #############################################################################
	//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 a valid 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"
//###############################################################################################


// External #####################################################################################
	// External Links
	msgError_emptyExternalLinks = "Please enter the External 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"
//###############################################################################################


// Search #######################################################################################
	// Key word
	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"
	
	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"
	
	msgError_emptyKeyWord = "Please enter the Product Name you wish to search for"	
	msgError_validKeyWord = "Please enter the valid Product Name you wish to search for"
	
	msgError_emptyOrderID = "Please enter the Product ID you want to search for"
	
	msgError_emptyDate = "Please enter the Date you want to search for"
	
	msgError_emptyUserId = "Please enter the User Id you want to search for"
//###############################################################################################


// Product Details form #####################################################################
	// Product ID
	msgError_emptyProcutID	= "Please enter a Product Code"
	msgError_validProcutID	= "Please enter a valid entry for the Product ID"
	msgError_spaceProcutID	= "Please enter a Product ID"
		
	// Product Name
	msgError_emptyProductName	= "Please enter a Product Name"
	msgError_validProductName	= "Please enter a valid entry for the Product Name"
	msgError_spaceProductName	= "Please enter a Product Name"
	
	// Description
	msgError_emptyDescription	= "Please enter a Description"
	msgError_validDescription	= "Please enter a valid entry for the Description"
	msgError_lengthOf_Description = "The length of the Description cannot exceed 4500 characters"
	
	// Contain
	msgError_emptyContain	= "Please enter Set Contains"
	msgError_lengthOf_Contain = "The length of the Set Contains cannot exceed 4500 characters"
	
	// Unit Price
	msgError_emptyPrice	= "Please enter a Unit Price"
	msgError_valid_UnitPrice = "Please enter a valid entry for the Unit Price"
	
	// Qty
	msgError_empty_Qty = "Please enter a Qty in Hand"
	msgError_valid_Qty = "Please enter a valid entry for the Qty in Hand"
	
	// Benefits
	msgError_lengthOf_Benefits = "The length of the Benefits should not exceed 4500 characters"
	
	// Warranty
	msgError_lengthOf_Warranty = "The length of the Warranty cannot exceed 4500 characters"
	
	// Feature Product
	msgError_FeaturePro = "Please select Feature Product"
	
	//Additional Products
	msgError_AddPrducts = "Please select what additional products or services\n would you like AUGUST95, Inc. to offer."

	//Product rate
	msgError_valid_ProRate = "Please select the Rate"
	
	// Health Trip
	msgError_lengthOf_Htrip = "The length of the Health Trip cannot exceed 500 characters"
//###############################################################################################


// Order #####################################################################
	// Order ID	
	msgError_emptyOrderID	= "Please enter the Order Number"
	msgError_NewOrder = "Please select what Order you wish to remove"
	msgError_emptyOrderNo = "Please enter your Order Number"
	msgError_validOrderNo = "Please enter a valid entry for the Order Number"
	msgError_delete_Order = "Are you sure you wish to delete this selected Orders"//#################################################################################


// Promotion #####################################################################
	//Promotion ID	
	msgError_emptyPromID	= "Please enter the Promotion Name"
	msgError_Promotions = "Please select Which Promotions you wish to inactive"
	
	//Description	
	msgError_emptyShortDesc	= "Please enter the Promotion Description"
	
	msgError_empty_PromoValue	= "Please enter a Promotion Percentage/Value"
	msgError_valid_PromoValue = "Please enter a valid entry for the Promotion Percentage/Value"
//#################################################################################


// Tax #############################################################################
	msgError_tex = "Please select what Tax do you want to inactive"
	msgError_TaxValue 	= "Please enter a Tax Percentage/Value"
	msgError_valid_TaxValue = "Please enter a valid entry for the Tax Percentage/Value"
//#################################################################################


// Shop online #####################################################################
	msgError_shoponline = "Please select How often do you shop on-line."
	msgError_shoponProducts = "Please select what products do you normally purchase on-line."
	msgError_other = "Please specify other products."
	
	//Over stock
	msgError_NoStock	= "Sorry! We do not have enough stock to supply your order."

	//Shopping Limites
	msgError_shoppingLim = "Please note that your Total amount should be in the range shown below"	

	//Most shopping online
	msgError_mostShop = "Please select what are you “Most” concerned about when shopping on-line."
	msgError_mostShopOther = "Please specify other products."
//###################################################################################
	

// File upload ###################################################################################
	// 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 = "Please attach your CV"
	
	msgError_emptyResume = "Please attach your Resume"
	
	// Image upload file 
	msgError_emptyFile_R_img = "Please attach a Related Image"
	msgError_fileLenthFile_R_img = "Please attach a Related Image - The file name must not exceed 150 characters"
	msgError_validFile_R_img = "Please enter a valid File Type"
	msgError_spaceFile_R_img = "Please attach a Related Image"
	msgError_filesize_R_img = "Please attach a Related Image - the file size of attachments should less than 500 KB."
	msgError_emptyFirstFile_R_img = "Please enter first Image before second Image"
	msgError_emptySecondFile_R_img = "Please enter second Image before Third Image"
	
	// Upload Document
	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 = "Please attach a Related Document"
	msgError_filesize = "Please attach a Related Document - the file size of attachments should less than 500 KB."
	msgError_emptyFirstFile = "Please attach a Related Document text"
	msgError_emptyDocFile = "Please attach a Related Document"
	msgError_emptySecondFile = "Please attach a second Related Document befor Third Related Document"
	
	// Thumbnail Image 
	msgError_emptyFile_thumimg = "Please attach a Thumbnail Image"
	msgError_fileLenthFile_thumimg = "Please attach a  Thumbnail Image - The file name must not exceed 150 characters"
	msgError_validFile_thumimg = "Please enter a valid File Type"
	msgError_filesize_thumimg = "Please attach a Thumbnail Image - the file size of attachments should less than 500 KB."
	msgError_emptyFirstFile_thumimg = "Please enter first Thumbnail Image befor second Thumbnail Image"
	msgError_emptySecondFile_thumimg = "Please enter second Thumbnail Image befor Third Thumbnail Image"
	
	// Large Image
	msgError_emptyFile_img = "Please attach a Large Image"
	msgError_fileLenthFile_img = "Please attach a Large Image - The file name must not exceed 150 characters"
	msgError_validFile_img = "Please enter a valid File Type"
	msgError_spaceFile_img = "Please attach a Large Image"
	msgError_filesize_img = "Please attach a Large Image - the file size of attachments should less than 500 KB."
	msgError_emptyFirstFile_img = "Please enter first Large Image before second Large Image"
	msgError_emptySecondFile_img = "Please enter second Large Image before Third Large Image"
	
	// Live Vidio Page
	msgError_emptyFile_liveVidio = "Please attach a Live Video Page"
	msgError_fileLenthFile_liveVidio = "Please attach a Live Video Page - The file name must not exceed 150 characters"
	msgError_validFile_liveVidio = "Please enter a valid File Type"
	msgError_spaceFile_liveVidio = "Please attach a Live Video Page"
	msgError_filesize_liveVidio = "Please attach a Live Video Page - the file size of attachments should less than 500 KB."
		
	// More Photos page
	msgError_emptyFile_MorePhotos = "Please attach a More Photos page"
	msgError_fileLenthFile_MorePhotos = "Please attach a More Photos page - The file name must not exceed 150 characters"
	msgError_validFile_MorePhotos = "Please enter a valid File Type"
	msgError_spaceFile_MorePhotos = "Please attach a More Photos page"
	msgError_filesize_MorePhotos = "Please attach a More Photos page - the file size of attachments should less than 500 KB."
		
	// Product Catalouge
	msgError_emptyFile_atelouge = "Please attach a Related Product Catalouge"
	msgError_fileLenthFile_atelouge = "Please attach a Related Product Catalogue - The file name must not exceed 150 characters"
	msgError_validFile_atelouge = "Please enter a valid File Type"
	msgError_spaceFile_atelouge = "Please attach a Related Product Catalogue"
	msgError_filesize_atelouge = "Please attach a Related Product Catalogue - the file size of attachments should less than 500 KB."
//###############################################################################################	

	



