/*
-------------------------------------------------------------------------------------------------------------	
	Description	:	This files contains general js error
-------------------------------------------------------------------------------------------------------------	
*/	

	

var  ERR_USR_SELECTOPTION ="Please select any option.";

var  ERR_PAYMENTOPTION ="Please select any payment option.";

var  ERR_CCNO ="Please enter credit card number.";

var  ERR_CCEXP ="Please enter credit card expiry date.";

var  ERR_BILLINGADDRESS ="Please enter Billing Address.";
	
var  ERR_EMAILADDRESS="Please enter the Email Address.";

var  ERR_VALIDEMAILADDRESS="Please enter the valid Email Address.";	

var  ERR_PREFNAME="Please enter the preferred name.";	

var  ERR_DIRNAME="Please enter the director name.";	

var  ERR_FNAME="Please enter your first name.";	

var  ERR_SADD="Please enter your shipping address.";	

var  ERR_CITY="Please enter your city/ state.";	

var  ERR_COUNTRY="Please enter your country/ postal code.";	

var  ERR_PHONE="Please enter your telephone number.";	

var  ERR_EMAIL="Please enter your e-mail address.";	

var  ERR_VEMAIL="Please enter valid e-mail address.";	

var  ERR_AOPTION="Please  select any annual fees option.";

var  ERR_ROPTION="Please  select any transfer fees  option.";


var  ERR_CMPNYNAME="Please  enter the company name.";

var  ERR_OPTION="Please select any option.";

var  ERR_COMMENTS="Please enter your request.";












////////////////////admin messages///////////////////////

var  ERR_SERVICEPRICE="Please enter the Service Price.";	

var  ERR_NUMSERVICEPRICE="Please enter the numeric values.";	

var  ERR_OLDPASSWORD="Please enter the old password.";

var  ERR_INVALIDOLDPASSWORD="Please enter the valid old password.";

var  ERR_NEWPASSWORD="Please enter the new password.";

var  ERR_INVALIDNEWPASSWORD="Please enter the valid new password.";

var  ERR_CONFIRMPASSWORD="Please enter the confirm password.";

var  ERR_INVALIDNEWPASSWORD="Please enter the valid confirm password.";

var  ERR_PASSWORDLENGTH="Please enter the 5 character password.";

var  ERR_PASSWORDMATCH="New password and Confirm password should match.";

var  ERR_SERVICETITLE="Please enter the text.";

var  ERR_NEWPASSWORDLENGTH="New Password must be 5 character long.";

var  ERR_DEADLINE="Please enter the deadline.";

var  ERR_BANK="Please enter the Bank/ Wiring Information.";

var  ERR_MAIL="Please enter the Mailing Information.";

var  ERR_COUR="Please enter the Courier Information.";


