/*
' 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.
'
' File Name		: connection.asp
' Description	: This is the page where we create client side messages.
' Created By	: Punya Bogodapola
' Created Date	: 12-October-2004
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages

//search by person
//last name validation
msgError_validLastname= "Please enter a valid entry for the Last Name"
msgError_validInitials= "Please enter a valid entry for the Initials"
msgError_validRegion= "Please enter a valid entry for the Region"
msgError_validBusiness="Please enter a valid entry for the Business Name"
msgError_validGovInst="Please enter a valid entry for the Government Institution Name"
msgError_validClass_GovName="Please enter a valid entry for either Category(Classification) or Gov. Institution Name"
msgError_validRelPlace="Please enter a valid entry for the Religious Place Name"
msgError_validRelIncumbent="Please enter a valid entry for the Incumbent Name"
msgError_validDesig="Please enter a valid entry for the Designation"
msgError_validsltInst="Please select a valid entry for the SLT Service Required"

//====================erainbow=================================
msgError_emptyAll="Please enter either the Business Name, Product/Brand Name or a Category."
msgError_validProduct="Please enter a valid entry for the Product/Brand Name."
msgError_bothBusinessProduct="Please enter either the Business Name or Product/Brand Name. You are not allowed to enter both."
msgError_bothcategoryProduct="Please enter either the Product/Brand Name or Category. You are not allowed to enter both."
msgError_lengthProduct="Please enter a minimum of 3 characters for the Product/Brand Name"
msgError_validLocation="Please enter a valid entry for the Location"

////////////==================submit form==============================
msgError_validFirstname= "Please enter a valid entry for the First Name"
msgError_validMidleInitials= "Please enter a valid entry for the Middle Initial(s)"
msgError_emptyCustAcc= "Please enter a valid entry for the Customer Account No."
msgError_validCustAcc= "Please enter a valid entry for the Customer Account No. \nThis field should contain numbers only"

//address
msgError_emptyAddress= "Please enter your Address"
msgError_validAddress= "Please enter a valid entry for the Address"
msgError_spaceAddress= "Spaces are not allowed. "+msgError_validAddress

//area code
msgError_emptyArea= "Please enter your Area Code"
msgError_validArea= "Please enter a valid entry for the Area Code. \nThis field should contain numbers only"
msgError_lengthOfArea= "The length of the Area Code should be 3 integers"
msgError_validArea_FirstCharacter ="The first character of the Area code should be '0'"


//telephone
msgError_emptyTelephone= "Please enter your Telephone Number"
msgError_validTelephone= "Please enter a valid entry for the Telephone Number.\nThis field should contain numbers only"
msgError_lengthOfTelephone= "This field should contain numbers only, \n and a minimum of 7 digits"


//Email
msgError_emptyEmail= "Please enter your Email Address"
msgError_validEmail= "Please enter a valid entry for the Email Address \nEg: abc@domainname.com"

