if(typeof Wrox == "undefined") Wrox={};
Wrox.MapsAjax_class = function() {};
Object.extend(Wrox.MapsAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMapsInfo: function(idMappa) {
		return this.invoke("GetMapsInfo", {"idMappa":idMappa}, this.GetMapsInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/Wrox.MapsAjax,App_Code.potpkjxl.ashx'
}));
Wrox.MapsAjax = new Wrox.MapsAjax_class();


