/*
' 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	: APTWEB1
' File Name		: csr.js
' Description	: 
' Created By	: Nishan Shanaka
' 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"

//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"

//Telephone Home 
	msgError_emptyResiTelephone	= "Please enter your Residence Telephone No"
	msgError_validTelephoneHome = "Please enter a valid entry for the Residence Telephone No"

//Telephone Mobile
	msgError_emptyTelephoneMobile	= "Please enter your Office Telephone No"
	msgError_validTelephoneMobile = "Please enter a valid entry for the Office 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




	