
	var environment = "prod"
	var useSSL = "true"
	var path = "/"
	var useCountry = "true"
	var useLanguage = "true"
	var USsites = "US"
	
	var useNetSage = ""


	var isRequiredAndMissing = "Debe escribir su [N]."
	var lengthValidationEquals = "Su [N] debe tener exactamente [L] caracteres."
	var lengthValidationLessThan = "Su [N] debe tener [L] caracteres como máximo."
	var lengthValidationGreaterThan = "Su [N] debe tener [L] caracteres como mínimo."
	var lengthValidationInRange = "Su [N] debe tener entre [L] y [M] caracteres."
	var mustBeChecked = "Please acknowledge that you have read [N]"
	var mustSelectOneRadioButton = "You must select a [N]."
	var notAValidEmailAddr = "Escriba una dirección de correo electrónico con el formato _ @ _ . _"
	var notAValidDate = "Escriba la fecha con el formato DD/MM/AAAA."
	var fieldHasIllegalChars = "Su [N] sólo puede contener "
	var letters = " letras del alfabeto occidental"
	var numbers = " números"
	var spaces = " espacios"
	var returns = " saltos de línea"
	var theCharacter = " el carácter "
	var theCharacters = " los caracteres "
	var and = " y "
	var or = " o bien "
	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 = "Usted debe ingresar [N]."
	var fieldsDoNotMatch = "Your [N] and your [M] are not the same."
	var amountFormat = "Ingrese el monto con el formato correcto."
	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"

	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"
