// JavaScript Document

var _REQUIRED = "This is a required 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 = "Your confirmation password does not match your first password, please try again.";
var _VALID_PAYPAL_CONFIRM = "Your Paypal Email does not match your first email, please try again.";
var _VALID_EMAIL_CONFRIM ="Your Email does not match your first email, please try again."
var _VALID_FILETYPE = "Please upload proper file.";
var _VALID_AGENCY = "Por favor verifique o número que você digitou.";
var _VALID_PT_NUMERO = " Por favor, utilize somente numeros e letras neste campo, queira evitar espaços ou outros caracteres tais como pontos ou virgulas";