if(typeof ArmarEForm == "undefined") ArmarEForm={};
ArmarEForm_class = function() {};
Object.extend(ArmarEForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Guardar: function(arr, idEFormEncriptado) {
		return this.invoke("Guardar", {"arr":arr, "idEFormEncriptado":idEFormEncriptado}, this.Guardar.getArguments().slice(2));
	},
	ValidarCodigo: function(codigoIngresado, codigoEncriptado) {
		return this.invoke("ValidarCodigo", {"codigoIngresado":codigoIngresado, "codigoEncriptado":codigoEncriptado}, this.ValidarCodigo.getArguments().slice(2));
	},
	NuevoCaptcha: function() {
		return this.invoke("NuevoCaptcha", {}, this.NuevoCaptcha.getArguments().slice(0));
	},
	url: '/ajaxpro/ArmarEForm,App_Web_zran5kfr.ashx'
}));
ArmarEForm = new ArmarEForm_class();

