
	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 the [N]."
	var fieldsDoNotMatch = "Your [N] and your [M] are not the same."
	var amountFormat = "Please enter a properly formatted amount without commas."
	var invalidPhone = "You must enter a valid phone number."

	var countryLanguages = new Array()
	
	countryLanguages["CH"] = "en,de,fr,it"
	countryLanguages["PH"] = "tl,en"
	countryLanguages["BR"] = "pt,en"
	countryLanguages["MX"] = "sp,en"
	countryLanguages["AR"] = "en,sp"
	countryLanguages["AT"] = "de,en"
	countryLanguages["BO"] = "en,sp"
	countryLanguages["CA"] = "en,fr"
	countryLanguages["CL"] = "en,sp"
	countryLanguages["CO"] = "en,sp"
	countryLanguages["CR"] = "en,sp"
	countryLanguages["DE"] = "de,en"
	countryLanguages["DO"] = "en,sp"
	countryLanguages["EC"] = "en,sp"
	countryLanguages["FR"] = "fr,en"
	countryLanguages["GT"] = "en,sp"
	countryLanguages["HN"] = "en,sp"
	countryLanguages["IT"] = "it,en"
	countryLanguages["NI"] = "en,sp"
	countryLanguages["NL"] = "nl,en"
	countryLanguages["NO"] = "no,en"
	countryLanguages["PA"] = "en,sp"
	countryLanguages["PY"] = "en,sp"
	countryLanguages["RO"] = "ro,en"
	countryLanguages["RU"] = "en,ru"
	countryLanguages["SE"] = "sv,en"
	countryLanguages["SV"] = "en,sp"
	countryLanguages["UY"] = "en,sp"
	countryLanguages["VE"] = "en,sp"
	countryLanguages["US"] = "en,sp"

	var countryDomains = new Array()
	countryDomains = [
		["PH", ".westernunion.ph", ".westernunion.ph"],
		["NL", "www.westernunion.nl", "www.westernunion.nl"],
		["BR", "www.westernunion.com.br", "www.westernunion.com.br"],
		["MX", "www.westernunion.com.mx", "www.westernunion.com.mx"],
		["CH", "www.westernunion.ch", "www.westernunion.ch"],
		["AT", "www.westernunion.at", "www.westernunion.at"],
		["AU", "www.westernunion.com.au", "www.westernunion.com.au"],
		["DE", "www.westernunion.de", "www.westernunion.de"],
		["FR", "www.westernunion.fr", "www.westernunion.fr"],
		["IE", "www.westernunion.ie", "www.westernunion.ie"],
		["IT", "www.westernunion.it", "www.westernunion.it"],
		["SE", "www.westernunion.se", "www.westernunion.se"],
		["RO", "www.westernunion.ro", "www.westernunion.ro"],
		["RU", "www.westernunion.ru", "wumt.westernunion.com"],
		["US", "www.westernunion.com", "wumt.westernunion.com"],
		null
	]

	var D2BCountries = new Array()
	D2BCountries["US"] = "BR,MX,PH,US"

	var transactionalCountries = "AT,AU,CA,DE,FR,GB,IE,NL,NO,NZ,SE,US"
