//
// Strings for registration components
//
var g_REG_COMP_INTERNAL_REGEXP_PHONETICNAME = /[!\$%\^&=\+]+/;

var g_REG_COMP_SELECTPROMPT = '--- Please Select One ---';
var g_REG_COMP_STATEPROMPT = 'State';

var g_REG_COMP_ENTERFIRSTNAME = 'You must enter a First Name.';
var g_REG_COMP_FIRSTNAMEINVALID = 'First Name cannot include ! $ % ^ & = + ';
var g_REG_COMP_ENTERLASTNAME = 'You must enter a Last Name.';
var g_REG_COMP_LASTNAMEINVALID = 'Last Name cannot include ! $ % ^ & = + ';
var g_REG_COMP_ENTERCOMPANYNAME = 'You must enter a Company Name.';
var g_REG_COMP_ENTEREMAIL = 'You must enter an Email Address.';
var g_REG_COMP_EMAILMINIMUM = 'Email Address must contain at least 6 characters.';
var g_REG_COMP_EMAILINVALID = 'You must enter a valid Email Address. Ex: Joe@WebEx.com';
var g_REG_COMP_ENTERADDRESS = 'You must enter an Address.';
var g_REG_COMP_ENTERCITY = 'You must enter a City.';
var g_REG_COMP_ENTERPROVINCE = 'You must enter a Province.';
var g_REG_COMP_SELECTSTATEONLY = 'You must select a US State.';
var g_REG_COMP_SELECTPROVINCEONLY = 'You must select a Canadian Province.';
var g_REG_COMP_DONOTSELECTSTATE = 'The State and Province selection is for US and Canada only.';
var g_REG_COMP_ENTERZIP = 'You must enter a Zip/Postal Code.';
var g_REG_COMP_SELECTCOUNTRY = 'You must select a Country or enter Other.';
var g_REG_COMP_ENTERONECOUNTRY = 'You can only select a country or enter Other, but not both.';
var g_REG_COMP_ENTERPHONE = 'You must enter a Phone Number.';
var g_REG_COMP_PHONEINVALID = 'Phone Number can contain only plus, dash, and numeric characters.';
var g_REG_COMP_FAXINVALID = 'Fax can contain only plus, dash, and numeric characters.';
var g_REG_COMP_ENTERLOGIN = 'You must enter a Login Name.';
var g_REG_COMP_LOGINMINIMUM = 'Login must contain at least 6 characters.';
var g_REG_COMP_LOGININVALID = 'Login Name cannot include &, @, or Asian characters.';
var g_REG_COMP_ENTERPASSWORD = 'You must enter a Password.';
var g_REG_COMP_PASSWORDMINIMUM = 'Password must contain at least 6 characters';
var g_REG_COMP_PASSWORDINVALID = "Your password cannot contain ([&=^+]#\'/&<>) or Asian characters. Please re-enter using valid characters.";
var g_REG_COMP_ENTERCONFIRMPW = 'You must confirm your Password.';
var g_REG_COMP_PASSWORDSMATCH = 'Your passwords must match each other.';
var g_REG_COMP_ENTERWOA = 'You must enter a WebOffice Address.';
var g_REG_COMP_ENTERWEA = 'You must enter a WebExMail Address.';
var g_REG_COMP_ENTERSITENAME = 'You must enter a site name.';
var g_REG_COMP_SELECTGROUPTYPE = 'You must select group type.';
var g_REG_COMP_SELECTGROUPSIZE = 'You must select the size of your group.';
var g_REG_COMP_SELECTINDUSTRY = 'You must select an industry.';
var g_REG_COMP_SELECTBILLINGPLAN = 'Please select the desired billing plan.';
var g_REG_COMP_ENTERMAILBOXES = 'Please enter the desired number of mailboxes.';
var g_REG_COMP_MAILBOXESNUM = 'Please enter a numeric value for the desired number of mailboxes.';
var g_REG_COMP_ENTERSEATS = 'Please enter the desired number of seats.';
var g_REG_COMP_SEATSNUM = 'Please enter a numeric value for the desired number of seats.';
var g_REG_COMP_MIDDLENAMEINVALID = 'Middle Name cannot include ! $ % ^ & = + ';
var g_REG_COMP_ENTERBILLINGADDRESS = 'You must enter a Billing Address.';
var g_REG_COMP_ENTERCREDITCARD = 'You must enter a Credit Card Number.';
var g_REG_COMP_CREDITCARDNUM = 'Credit Card Number must contain only numeric characters.';
var g_REG_COMP_TOS = 'You must agree to the Terms of Service in order to complete your purchase.';
var g_REG_COMP_ENTERACCOUNTNUMBER = 'You must enter an Account Number.';
var g_REG_COMP_ACCOUNTNUMBERNUM = 'Account Number can only contain numeric characters.';
var g_REG_COMP_ENTERBANKNUMBER = 'You must enter a Bank Account Number.';
var g_REG_COMP_BANKNUMBERNUM = 'Bank Account Number can only contain numeric characters.';
var g_REG_COMP_ENTERROUTENUMBER = 'You must enter a Route Number.';
var g_REG_COMP_ROUTENUMBERNUM = 'Route Number can only contain numeric characters.';
var g_REG_COMP_ENTERBANKNAME = 'You must enter a Bank Name.';
var g_REG_COMP_ZIPMINIMUM = 'Zip/Postal Code must contain at least 4 characters.';
var g_REG_COMP_PHONEMINIMUM = 'Phone must contain at least 7 characters.';
var g_REG_COMP_FAXMINIMUM = 'Fax must contain at least 7 characters.';
var g_REG_COMP_INVALIDUSAZIPFORMAT = 'US Zip/Postal Code must be 5 digits, or 5 digits, dash, then 4 digits.';
var g_REG_COMP_INVALIDWOA = 'Invalid WebOffice Address.';
var g_REG_COMP_INVALIDWEA = 'Invalid WebExMail Address.';
var g_REG_COMP_ENTERDOMAIN = 'You must enter a domain name.';
var g_REG_COMP_DOMAINMINIMUM = 'Domain must contain at least 5 characters.';
var g_REG_COMP_OVERAGE = 'If you exceed the number of members allowed by your plan, you will be charged an additional ';
var g_REG_COMP_UPDATE = 'Update';
var g_REG_COMP_CLOSE = 'Close';
var g_REG_COMP_SEATMINIMUM = 'Number of %2 must be at least %1.';
var g_REG_COMP_SEATMAXIMUM = 'Number of %2 must be less than %1.';
var g_REG_COMP_NOTHINGTOPROVISION = 'No services have been selected.';
var g_REG_COMP_NOBILLME = 'The product(s) selected is not eligible for the Bill Me option.';
var g_REG_COMP_SETUPFEE = 'Setup Fee: %1';

