/*
' 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"
	
//School
	msgError_emptySchool	= "Please enter your School /Institution"
	msgError_validSchool	= "Please enter a valid School /Institution"	

//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"

//Residence telephone no
	msgError_emptyResiTelephone	= "Please enter your Residence Telephone No"
	msgError_validResiTelephone = "Please enter a valid entry for the Residence Telephone No"
	
//Mobile Number no
	msgError_emptyMobileNumber		= "Please enter your Moblie No"
	msgError_validMobileNumber      = "Please enter a valid entry for the Mobile 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

//Workshop
	msgError_emptyWorkshop	= "Please enter Seminar/Workshop Title"
	msgError_validWorkshop	= "Please enter Seminar/Workshop Title"

//Date
	msgError_emptyDate	= "Please enter a valid Date"
	msgError_validDate	= "Please enter Date in (dd/mm/yyyy) format"

//Time
	msgError_emptyTime	= "Please enter Time"
	msgError_validTime	= "Please enter Time in (--:--) format"

//Venue
	msgError_emptyVenue = "Please enter Venue"
	msgError_validVenue = "The length of the Venue cannot exceed 200 characters"

//Audience
	msgError_emptyAudience	= "Please Select Type of audience"
	msgError_validAudience	= "Please Select Type of audience"
	
//Other
	msgError_emptyOther	= "Please enter other Type of audience"
	msgError_validOther	= "Please enter other Type of audience"	


	