
// Package selection
var PackageSel_ErrorMsg = 'You are selecting lower value Package.';
var PackageSel_InvalidLink = 'Invalid Link';

// Theme Selection
var SelTheme_NotSelected = 'Please select Theme';

// Contact Information
var CompanyName_MissingInformation = '<li>Company name is required.</li>';
var DesiredUrl_MissingInformation = '<li>The Desired URL can be blank. <br/>Please do not enter http://, https:// or www.</li>';
var DesiredUrl_Invalid = "<li>Please provide your Domain address for your new website. This is the URL you would like to use for your website. Desired URL must NOT include any of the following (http:// - https://..-- www. - etc) Valid Desired URL Example:  Lionmortgage.com.</li>";
var FirstName_MissingInformation = '<li>First name is required.</li>';
var FirstName_AllowedCharacters = '<li>First Name should contain only uppercase letters(A-Z), lowercase letters(a-z).</li>';
var LastName_MissingInformation = '<li>Last name is required.</li>';
var LastName_AllowedCharacters = '<li>Last Name should contain only uppercase letters(A-Z), lowercase letters(a-z).</li>';
var Address_MissingInformation = '<li>Address is required.</li>';
var City_MissingInformation = '<li>City is required.</li>';
var Zip_MissingInformation = '<li>Zip code is required.</li>';
var Phone_MissingInformation = '<li>Current phone number is required.</li>';
var Phone1_Invalid = '<li>Invalid Phone Number 1</li>';
var Phone2_Invalid = '<li>Invalid Phone Number 2</li>';
var Fax_Invalid = '<li>Invalid Fax Number</li>';
//var Phone1_AllowedCharacters = 'Only numeric value is allowed in Phone Number 1.';
//var Phone1_Length = 'Phone Number 1 must be 10 or 11 Digits.';
//var Phone2_AllowedCharacters = 'Only numeric value is allowed in Phone Number 2.';
//var Phone2_Length = 'Phone Number 2 must be 10 or 11 Digits.';
//var Fax_AllowedCharacters = 'Only numeric value is allowed in Fax Number.';
//var Fax_Length = 'Fax Number must be 10 or 11 Digits.';
var Zip_AllowedCharacters = '<li>Only numeric value is allowed in Zip Code.</li>';
var Zip_Length = '<li>Zip Code must be 5 or 9 digits.</li>';
var Zip_Invalid = '<li>Invalid Zip Code</li>';
var Email_MissingInformation = '<li>Email address is required.</li>';
var Email_Invalid = '<li>Invalid email address.</li>';
var UserName_MissingInformation = '<li>Username is required.</li>';
var UserName_Length = '<li>User name must be between 6 and 14 characters.</li>';
var UserName_AllowedCharacters = '<li>Only a-z, A-Z and 0-9 character are allowed in Username.</li>';
var UserName_Exist = '<li>Username already exists.</li>';
var Password_MissingInformation = '<li>Password is required.</li>';
var Password_Length = '<li>Password must be between 7 and 14 characters.</li>';
var Password_AllowedCharacters = '<li>Password must contain at least one uppercase letter(A-Z), one lowercase letter(a-z), one number(0-9).</li>';
var VerifyPassword_MissingInformation = '<li>Verify password is required.</li>';
var VerifyPassword_Invalid = '<li>Verify password must be the same as password.</li>';


// Agreement
var Agree_Checkbox_Unchecked = 'Please check the box to move further.';

//Billing Information
var NumeralsOnly_ErrorMsg = 'Enter numerals only in this field.';
var CreditCardNumber_MissimgInformation = 'Credit Card Number Should Not be Blank.';
var CreditCardNumber_NumeralsOnly = 'Only numeric values are allowed in Credit Card Number.';
var ExpiryDate_MissingInformation = 'Expiry Date Should Not be Blank.';
var ExpiryDate_Invalid = 'Invalid Expiry Date.';
var NameOnCard_MissingInformation = 'Name Should Not be Blank.';
var CSV_MissingInformation = 'CSV Number Should Not be Blank.';
var CSV_NumeralsOnly = 'Only numeric values are allowed in CSV field.';
var BillingAddress_MissingInformation = 'Address Should Not be Blank.';
var CityName_MissingInformation = 'City Name Should Not be Blank.';
var ZipCode_MissingInformation = 'Zip Code Should Not be Blank.';
var ZipCode_NumeralsOnly = 'Only numeric values are allowed in Zip Code.';
