/*
' 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

//

//Topic
	msgError_emptyTopicName	= "Please enter a Topic Name"
	msgError_validTopicName	= "Please enter alid entry for the Topic Name"
	msgError_InactiveTopic	= "This will inactivate all the relevant documents too"



//Common
	msgError_LenUP	= "Please enter atleast 6 characters"
	msgError_LenADD	= "Please enter Maximum 200 characters"
	
//First Name
	msgError_emptyFirstName	= "Please enter your First Name"
	msgError_validFirstName	= "Please enter a valid entry for the First Name"
	
//Last name
	msgError_emptyLastName	= "Please enter your Last Name"
	msgError_validLastName	= "Please enter a valid entry for the Last Name"

//Cluster name
	msgError_Cluster	= "Please select a cluster or more"

// Company
	msgError_CompanyName	= "Please enter your Company Name"
	msgError_validCompanyName	= "Please enter a valid entry for the Company Name"

// Job title
	msgError_JobTitle	= "Please enter your Job Title"
	msgError_validJobTitle	= "Please enter a valid entry for the Job Title"

//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"

//telephone no
	msgError_emptyTelephone	= "Please enter your Telephone No"
	msgError_validTelephone = "Please enter a valid entry for the Telephone No"

//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

//User Name
	msgError_emptyUserName	= "Please enter your Login Name"
	msgError_validUserName	= "Please enter a valid entry for the Login Name"
	msgError_lenthUserName = "Please enter at least 6 characters for Login Name"

//User Name
	msgError_emptyUserName	= "Please enter your Login Name"
	msgError_validUserName	= "Please enter a valid entry for the Login Name"
	

//Password
	msgError_emptyPassword = "Please enter your Password"
	msgError_validPassword = "Please enter a valid entry for your Password"
	msgError_lenthPassword = "Please enter at least 6 characters for Password."
		
	msgError_empty_ConfirmPassword = "Please Confirm your Password"
	msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
	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"


//Document Name
	msgError_emptyDocumentName	= "Please enter the Document Heading"
	msgError_validDocumentName	= "Please enter a valid entry for the Document Heading"

// Attachment
	msgError_emptyAttachment	= "Please select the Upload Document"
	msgError_ErrorAttachment	= "Please select Acrobat PDF, text, Word documents, MS Power Point and Execl file only."

//note headding 
	msgError_emptyNoteHead	= "Please enter a Heading"
	msgError_validNoteHead	= "Please enter a valid entry for the Heading"

//note Description
	msgError_emptyNoteDiscrip	= "Please enter a Description"
	msgError_validNoteDiscrip	= "Please enter a valid entry for the Description"
	msgError_LenADDNoteDiscrip	= "Please enter Maximum  400 characters"
	
//Login Email
	msgError_emptyUserName = "Please enter Your login Email"
	msgError_validEmail	= "Please enter a valid entry for the login Email \nEg: abc@domainname.com"
		
	