/*
' 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 Name"
	msgError_validName	= "Please enter a valid entry for the 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
	
//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"

//Age
	msgError_validFax = "Please enter a valid entry for the Age"


//telephone Residence 
	msgError_emptyTelephoneRes	= "Please enter your Residence Telephone No"
	msgError_validTelephoneRes = "Please enter a valid entry for the Residence Telephone No"

//telephone Office
	msgError_emptyTelephoneOff	= "Please enter your Office Telephone No"
	msgError_validTelephoneOff = "Please enter a valid entry for the Office Telephone No"
	
//telephone Mobile
	msgError_emptyTelephoneMob	= "Please enter your Mobile Telephone No"
	msgError_validTelephoneMob = "Please enter a valid entry for the Mobile Telephone No"

//Desired Position
	msgError_emptyDesPosition	= "Please enter your Desired Position"
	msgError_validDesPosition = "Please enter a valid entry for the Desired Position"

//Comments
	 msgError_lengthOfComment = "The length of your Comments cannot exceed 500 characters"
	 msgError_validComment	= "Please enter a valid entry for your Comments"

//Attachment
	 msgError_emtyAttach = "Please attach your CV"
	 msgError_validAttach = "Please select a valid file as an attachment"