
	var environment = "prod"
	var useSSL = "true"
	var path = "/"
	var useCountry = "true"
	var useLanguage = "true"
	var USsites = "US"
	
	var useNetSage = ""


	var isRequiredAndMissing = ""
	var lengthValidationEquals = ""
	var lengthValidationLessThan = ""
	var lengthValidationGreaterThan = ""
	var lengthValidationInRange = ""
	var mustBeChecked = ""
	var mustSelectOneRadioButton = ""
	var notAValidEmailAddr = ""
	var notAValidDate = ""
	var fieldHasIllegalChars = ""
	var letters = ""
	var numbers = ""
	var spaces = ""
	var returns = ""
	var theCharacter = ""
	var theCharacters = ""
	var and = ""
	var or = ""
	var allIfAny = ""
	var allIfAnyCheckbox = ""
	var atMostOne = ""
	var atLeastOne = ""
	var fieldsDoNotMatch = ""
	var amountFormat = ""
	var invalidPhone = ""

	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"
	countryLanguages["JP"] = "en"

	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"
