if(typeof cm3 == "undefined") cm3={};
if(typeof cm3.LegendRemote_class == "undefined") cm3.LegendRemote_class={};
cm3.LegendRemote_class = function() {};
Object.extend(cm3.LegendRemote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLegendParts: function(themeIds, baseMapId) {
		return this.invoke("GetLegendParts", {"themeIds":themeIds, "baseMapId":baseMapId}, this.GetLegendParts.getArguments().slice(2));
	},
	url: '/BPB/ajaxpro/IDU.cardoMap3.Web.Controls.Legend,cardo.Map3Lib.ashx'
}));
cm3.LegendRemote = new cm3.LegendRemote_class();

