
	var environment = "prod"
	var useSSL = "true"
	var path = "/"
	var useCountry = "true"
	var useLanguage = "true"
	var USsites = "US"
	
	var useNetSage = ""


	var isRequiredAndMissing = "You must enter the [N]."
	var lengthValidationEquals = "Your [N] must be exactly [L] characters in length."
	var lengthValidationLessThan = "Your [N] must be [L] or fewer characters in length."
	var lengthValidationGreaterThan = "Your [N] must be [L] or more characters in length."
	var lengthValidationInRange = "Your [N] must be between [L] and [M] characters in length."
	var mustBeChecked = "Please acknowledge that you have read [N]"
	var mustSelectOneRadioButton = "You must select a [N]."
	var notAValidEmailAddr = "Please enter an email address in the format _ @ _ . _"
	var notAValidDate = "Please enter the date in the format MM/DD/YYYY."
	var fieldHasIllegalChars = "Your [N] may contain only "
	var letters = " English letters"
	var numbers = " numbers"
	var spaces = " spaces"
	var returns = " return characters"
	var theCharacter = " the character "
	var theCharacters = " the characters "
	var and = " and "
	var or = " or "
	var allIfAny = "Since you entered the [M], you must enter the [N]."
	var allIfAnyCheckbox = "Since you selected the [M], you must enter the [N]."
	var atMostOne = "Since you entered the [M], you may not enter the [N]."
	var atLeastOne = "You must enter either your [N]."
	var fieldsDoNotMatch = "Your [N] and your [M] are not the same."
	var amountFormat = "Please enter a properly formatted amount without commas."

	var countryLanguages = new Array()
	
	countryLanguages["AT"] = "de,en"
	countryLanguages["CA"] = "en,fr"
	countryLanguages["DE"] = "de,en"
	countryLanguages["FR"] = "fr,en"
	countryLanguages["NL"] = "nl,en"
	countryLanguages["NO"] = "no,en"
	countryLanguages["RU"] = "en,ru"
	countryLanguages["SE"] = "sv,en"
	countryLanguages["US"] = "en,sp"

	var countryDomains = new Array()
	countryDomains = [
		["AT", "www.westernunion.at", "www.westernunion.at"],
		["AU", "www.westernunion.com.au", "www.westernunion.com.au"],
		["CA", "www.westernunion.ca", "www.westernunion.ca"],
		["DE", "www.westernunion.de", "www.westernunion.de"],
		["FR", "www.westernunion.fr", "www.westernunion.fr"],
		["GB", "www.westernunion.co.uk", "www.westernunion.co.uk"],
		["IE", "www.westernunion.ie", "www.westernunion.ie"],
		["SE", "www.westernunion.se", "www.westernunion.se"],
		["RU", "www.westernunion.ru", "wumt.westernunion.com"],
		["US", "www.westernunion.com", "wumt.westernunion.com"],
		null
	]

	var D2BCountries = new Array()
	D2BCountries["US"] = "MX,PH,US"

	var transactionalCountries = "AT,AU,CA,FR,GB,IE,NL,NO,SE,US"
