/*
' 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	: CAIWEB1
' File Name		: clientSudemsg.asp
' Description	: 
' Created By	: 
' Created Date	: 
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages

//
//Common
	msgError_LenUP	= "Please enter atleast 6 characters"
	msgError_LenADD	= "Please enter Maximum 200 characters"

	
//Full Name
	msgError_emptyName	= "Please enter your Full Name"
	msgError_validName	= "Please enter a valid entry for the Full Name"
	msgError_FirstName	= "Please enter your First Name"
	msgError_LastName	= "Please enter your Last Name"
	
//Address
	msgError_emptyAddress	= "Please enter your Address"
	msgError_validAddress	= "Please enter a valid entry for the Address"

	
//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

// Telephone home
	msgError_emptyTelephoneRes = "Please enter your Telephone No"
	msgError_validTelephoneRes =  "Please enter a valid Telephone No"	

// Telephone office
	msgError_emptyTelephoneOff = "Please enter your Office Telephone No"
	msgError_validTelephoneOff =  "Please enter a valid entry for the Office Telephone No"	


//Address
	msgError_emtpySubject = "Please enter a Subject"
	
	 msgError_emptyComment	= "Please enter your inquiry/Comment"
	 msgError_lengthOfInquiry = "The length of your enquiry cannot exceed 500 characters"
	 msgError_validComment	= "Please enter a valid entry for your inquiry"
	 
//
msgError_emptyJobTitle= "Please enter your Job Title"
msgError_emptyJobTitle= "Please enter your Job Title"

//Country
msgError_emptyCountry = "Please enter your Country"

//Country
msgError_emptyCity = "Please enter your City"

//password
msgError_emptyPassword = "Please enter a Password"
msgError_lenthPassword = "Length od the password should be more than 6 charactors"
msgError_empty_ConfirmPassword = "Please confirm your password"
msgError_missmatchPassword = "Your confirmed password did not match the Original"

//Brief
msgError_emptyBrief = "Please enter the Brief Description"