//<SCRIPT LANGUAGE="javascript">
<!--
// Localizable Strings

var gJSAlertPasswordDoesntMatchConfirmation ="Sorry, password and password confirmation do not match.";
var gJSAlertPasswordEqualsHint ="Sorry, password and password hint cannot be the same!  Please choose a more secure hint.";
var gJSAlertUsernameEqualsPassword ="Sorry, your user name and password cannot be the same! Please choose another password.";
var gJSAlertInvalidCharFoundInEmailAddr ="Sorry, this email address includes invalid characters. Please check it again.";
var gJSAlertAtSignMissingInEmailAddr ="I'm sorry. This email address seems wrong. Please check the prefix and '@' sign.";
var gJSAlertBlankSpaceFoundInEmailAddr ="I'm sorry. Blank space is not allowed in the email address.";
var gJSAlertInvalidPasswordReg ="Your password must be at least 4 but not more than 16 characters. Please re-enter your corrected password in both fields provided.";
var gJSAlertPasswordTooShort ="Sorry, the password must have at least 3 characters.";
var gJSAlertInvalidCharFoundInPassword ="Sorry, the password may only contain letters and numbers.";
var gJSAlertConfirmationTooShort ="Sorry, the confirm password must have at least 3 characters.";
var gJSAlertInvalidCharFoundInHint ="Sorry, you need to enter your password hint in the English alphabet.";
var gJSAlertUsernameTooShort ="Sorry, the username must have at least 3 but not more than 16 characters.";
var gJSAlertInvalidUsername ="Sorry, your username may only contain letters and numbers.";
var gJSAlertInvalidUsernameReg ="The username must contain only unaccented letters and numbers, must start with a letter, and cannot contain spaces.";
var gJSAlertEmailAddrNotEntered ="You must enter your email address.";
var gJSAlertPrimaryEmailAddrNotEntered ="You must enter your primary email address.";
var gJSAlertFirstNameNotEntered ="You must enter your first name.";
var gJSAlertInvalidFirstName ="You must enter your first name in the English alphabet.";
var gJSAlertLastNameNotEntered ="You must enter your last name.";
var gJSAlertInvalidLastName ="You must enter your last name in the English alphabet.";
var gJSAlertStreetAddrNotEntered ="You must enter your street address.";
var gJSAlertInvalidStreetAddr = "You must enter your street address in the English alphabet.";
var gJSAlertCityNameNotEntered = "You must enter your city name.";
var gJSAlertInvalidCityName = "You must enter your city name in the English alphabet.";
var gJSAlertPostalCodeNotEntered = "You must enter your postal code.";
var gJSAlertInvalidPostalCode = "Your postal code seems to contain invalid characters. Please retype.";
var gJSAlertNoStateOrProvinceSelected = "Please select a State/Province.";
var gJSAlertNoCountrySelected = "Please select a Country.";
var gJSAlertNoAgeRangeSelected = "Please select an age range.";
var gJSAlertNoUserNameSuggestionSelected = "Please select one of the suggestions or enter a new user name";
// Runtime dynamic substitutions

var gJSBrowserCookieDisabledURL=location.protocol + "//" + location.host + 
			"/iiop/UReg2/reg/browser_cookie_disable?U2_CS=ISO_8859-1:1987&U2_LA=en";
var gJSBrowserNotSupportedURL=location.protocol + "//" + location.host + 
			"/iiop/UReg2/reg/browser_not_supported?U2_CS=ISO_8859-1:1987&U2_LA=en";
var gJSUnixNav3ErrorURL=location.protocol + "//" + location.host + 
			"/iiop/UReg2/reg/unix_nav3_error?U2_CS=ISO_8859-1:1987&U2_LA=en";
var gJSMacNav3ErrorURL=location.protocol + "//" + location.host + 
			"/iiop/UReg2/reg/mac_nav3_error?U2_CS=ISO_8859-1:1987&U2_LA=en";
var gJSMacIe4ErrorURL=location.protocol + "//" + location.host + 
			"/iiop/UReg2/reg/mac_ie4_error?U2_CS=ISO_8859-1:1987&U2_LA=en";
var gJSURLBrowserNotSupported = "http://ureg.netscape.com/iiop/UReg2/reg/browser_not_supported?U2_CS=ISO_8859-1:1987&U2_LA=en";

var gJSU2ProductionBuild = 0;

var gJSU2ValidUsernameChars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.";
var gJSU2ValidUsernameCharsReg = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
var gJSU2InvalidEmailChars = "\"|&;<>!*\\";

//-->
//</SCRIPT>
