if(typeof UCI == "undefined") UCI={};
if(typeof UCI.CoapiWeb == "undefined") UCI.CoapiWeb={};
if(typeof UCI.CoapiWeb.Web == "undefined") UCI.CoapiWeb.Web={};
if(typeof UCI.CoapiWeb.Web.SelectorGeo == "undefined") UCI.CoapiWeb.Web.SelectorGeo={};
UCI.CoapiWeb.Web.SelectorGeo_class = function() {};
Object.extend(UCI.CoapiWeb.Web.SelectorGeo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ListaObjetos: function(Nivel, Padre) {
		return this.invoke("ListaObjetos", {"Nivel":Nivel, "Padre":Padre}, this.ListaObjetos.getArguments().slice(2));
	},
	url: '/ajaxpro/(X(1)S(qmv0vdm5kppcpa45ay53mfbc))/UCI.CoapiWeb.Web.SelectorGeo,App_Web_selectorgeo.ascx.cdcab7d2.ashx'
}));
UCI.CoapiWeb.Web.SelectorGeo = new UCI.CoapiWeb.Web.SelectorGeo_class();

