/*
' 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"

	
//Name
	msgError_emptyName	= "Please enter your First Name"
	msgError_validName	= "Please enter a valid entry for the First Name"
//Lase name

	msgError_emptyLastName	= "Please enter your Last Name"
	msgError_validLastName	= "Please enter a valid entry for the Last Name"

	
//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
	msgError_emptyTelephoneRes = "Please enter your Telephone No"
	msgError_validTelephoneRes =  "Please enter a valid entry for the Telephone No"	
//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"



//Desired Position
	msgError_validDesPosition = "Please enter a valid entry for your Organization"

//Comments
	 msgError_emptyComment	= "Please enter your inquiry"
	 msgError_lengthOfComment = "The length of your enquiry cannot exceed 500 characters"
	 msgError_validComment	= "Please enter a valid entry for your inquiry"

//Attachment
	 msgError_emtyAttach = "Please attach your CV"
	 msgError_validAttach = "Please select a valid file as an attachment"