var g_ILLEGALPWCHAR           = "The & character is an illegal password character.\nPlease enter a different password.";
var g_PWLENGTH1               = "The password must be at least ";
var g_PWLENGTH2               = " characters in length.";
var g_NOTMATCHRECONFIRMPW     = "Please re-confirm the password.\nThe confirmation does not match the original password.";
var g_ENTERLOGINNAME          = "Please enter a login name.";
var g_ILLEGALLOGINCHAR        = "The & character is an illegal login character.\nPlease enter a different login name.";
var g_ENTERREGCODE            = "Please enter your registration code.";
var g_ENTERFIRSTANDORLASTNAME = "Please fill in the first name and/or last name.";
var g_FNLENGTH                = "Your first name can not be more than 64 characters in length.";
var g_LNLENGTH                = "Your last name can not be more than 64 characters in length.";
var g_ENTEREMAILADDRESS       = "Please enter your email address.";
var g_ENTERANEMAILADDRESS     = "Please enter an email address.";
var g_INVALIDEMAIL            = "Please enter a valid email address.";
var g_ONEEMAIL                = "Please only enter one email address in each email field.";
var g_TOSAGREE                = "You must agree to the Terms of Service before you can register for this site.";
var g_TOSCONTINUE             = "You must agree to the Terms of Service before you can continue.";
var g_REGENTERYOB             = "Please enter your year of birth.";
var g_ENTERZIPCODE            = "Please enter a zip or postal code.";
var g_SHORTENADDR             = "The address field is limited to 128 characters.\nPlease shorten your address.";
var g_SELINDUSTRY             = "Please select an industry.";
var g_SELJOBFUNCTION          = "Please select a job function.";
var g_SELDEPARTMENT           = "Please select a department.";
var g_FIRSTNAMECHAR           = "First name cannot contain any of the following characters !$%^&=+";
var g_LASTNAMECHAR            = "Last name cannot contain any of the following characters !$%^&=+";
var g_ENTERGROUPNAME          = "You must enter a group name for your web office.";
var g_SELECTGROUPTYPE         = "Please select a type of group.";
var g_DESCRIPTIONOVERFLOW     = "The description can not be more than 1024 characters in length.";
var g_INVALIDADMINEMAIL       = "Specify a non-WebEx|One email address, in case we need to contact you about this site.";
var g_MUSTSELECTCATEGORY      = "You must select a category in order to be listed in the directory.";
var g_SELECTGROUPSIZE         = "Please select the size of the group that will be using this web office.";
var g_SELECTGROUPHOWHEAR      = "Please select how did you hear about us.";

// different TOS text
var g_SUBSCRIBETOS            = "You must agree to the Terms of Service before you can subscribe to the Professional Edition.";

// from corp site registration
var g_SITENAME                = "Please enter your web office address.";
var g_ENTERFNAME              = "Please enter a first name.";
var g_ENTERLNAME              = "Please enter a last name.";
var g_ENTERADDRESS            = "Please enter an address.";
var g_ENTERCITY               = "Please enter a city."
var g_ENTERSTATE              = "Please enter a state or province.";
var g_ENTERPHONE              = "Please enter a phone number.";
var g_ENTERCCNUM              = "Please enter a credit card number.";
var g_ENTEROFFERCODE          = "Please enter a special offer code.";
var g_CONFIRMCANCEL           = "Are you sure you want to cancel?\nIf so, click OK to cancel registration.";
var g_CANCELUPGRADE           = "Are you sure you want to cancel?\nIf so, click OK to cancel the subscription process.";
var g_ENTEROTHERCOUNTRY       = "Please specify a country.";

var g_INVALIDCHARSSENTERED    = "Invalid characters entered in one or more fields.";




