//LENGUAJE EN INGLES

var arrLang = new Array();
arrLang[0] = {
				enviandoInfo:"Sending information, please wait a moment...",
				procesandoInfo:"Processing information ... Wait a moment please.",
				cargandoDatos:"Loading data, please wait a moment...",
				procesando:"Processing...",
				examenAgendado:"The review has been scheduled for next date",
				reservaNoRealizado:"The booking process has not been able to make.",
				cancelarCita:"To cancel an appointment click accept. Proceed with the process?",
				reservaCancelada:"The reservation has been canceled for the following date:",
				motivoCancelacion:"The reason to cancel an appointment is required",
				campoBuscador:"The search field is required.",
				nombrePadrino:"The field name is obligatory to Godfather.",
				emailPadrino:"The Email field is obligatory to the Godfather.",
				elCampo:"The field",
				esObligatorio:" is obligatory "
			 }
