// JavaScript Document

var _REQUIRED = "Mandatory field";
var _VALID_NUMBER ="Please enter a valid number in this field.";
var _VALID_DIGITS = "Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.";
var _VALID_ALPHA = "Please use letters only (a-z) in this field.";
var _VALID_ALPHANUM = "Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.";
var _VALID_DATE = "Please enter a valid date.";
var _VALID_FILENAME = "Please enter a valid FileName. For example directoryName/filename.tpl .";
var _VALID_EMAIL = "Please enter a valid email address.";
var _VALID_EMAIL1 = "Please enter a valid email address.";
var _VALID_URL = "Please enter a valid URL.";
var _VALID_SELECTION = "Please make a selection";
var _VALID_ONE_REQUIRED = "Please select one of the above options.";
var _VALID_PHONE_US = "Please enter a valid Phone Number.";
var _VALID_US_CA_POSTAL = "Please enter a valid zip code.";
var _VALID_IN_CA_POSTAL = "Please enter a valid zip code.";
var _VALID_PASSWORD = "Your password must be more than 6 characters";
var _VALID_PASSWORD_CONFIRM = "New passwords do not match.";
var _VALID_PAYPAL_CONFIRM = "Paypal Email mismatch";
var _VALID_EMAIL_CONFRIM ="Your email addresses do not match."
var _VALID_FILETYPE = "Please upload proper file.";
var _VALID_AGENCY = "Por favor verifique o número que você digitou.";
var _VALID_EMAIL_MSG = "Please enter a valid email address and message.";
var _VALID_MSG = "Please enter a valid message.";
var _VALID_ENTER_MONTH = "Month field is mandatory";
var _VALID_ENTER_YEAR = "Year field is mandatory";
var _VALID_ENTER_DAY = "Day field is mandatory";
var _VALID_FIRSTNAME = "First name is mandatory";
var _VALID_LASTNAME = "Last name field is mandatory";
//var _VALID_EMAIL = "Email field is mandatory";
var _VALID_FIELDSTUDY = "Field of study field is mandatory";
var _VALID_SCHOOL = "School, University field is mandatory";
var _VALID_LEVEL = "Level field is mandatory";
var _VALID_PROFESSION = "Employement field is mandatory";
var _VALID_ADDRESS = "Address field is mandatory";
var _VALID_POSTALCODE = "Postal code is mandatory";
var _VALID_CITY = "City field is mandatory";
var _VALID_COUNTRY = "Country field is mandatory";
var _VALID_PHONENUMBER = "Phone number field is mandatory";
var _VALID_PAYPAL = "Paypal mail id field is mandatory";
var _VALID_AMBCODE = 'Code invalid';
var _VALID_DATE_RANGE= 'Enter valid day range';
var _VALID_YEAR_RANGE= 'Enter valid year';
var _VALID_MONTH_RANGE= 'Enter valid month range';
var _VALID_TEXT_ONLY='Please enter only valid text';