if(typeof CtrlUbicacion == "undefined") CtrlUbicacion={};
CtrlUbicacion_class = function() {};
Object.extend(CtrlUbicacion_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSubRegiones: function(idRegion) {
		return this.invoke("GetSubRegiones", {"idRegion":idRegion}, this.GetSubRegiones.getArguments().slice(1));
	},
	url: '/ajaxpro/CtrlUbicacion,frontend.ashx'
}));
CtrlUbicacion = new CtrlUbicacion_class();

