if(typeof ibi == "undefined") ibi={};
if(typeof ibi.friss == "undefined") ibi.friss={};
if(typeof ibi.friss.web == "undefined") ibi.friss.web={};
if(typeof ibi.friss.web.ajaxnet == "undefined") ibi.friss.web.ajaxnet={};
ibi.friss.web.ajaxnet.AjaxActiveLayers_class = function() {};
Object.extend(ibi.friss.web.ajaxnet.AjaxActiveLayers_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPointItems: function(typeId) {
		return this.invoke("getPointItems", {"typeId":typeId}, this.getPointItems.getArguments().slice(1));
	},
	getLayerDescription: function(typeId) {
		return this.invoke("getLayerDescription", {"typeId":typeId}, this.getLayerDescription.getArguments().slice(1));
	},
	url: '/ajaxpro/ibi.friss.web.ajaxnet.AjaxActiveLayers,FrissCustomControls.ashx'
}));
ibi.friss.web.ajaxnet.AjaxActiveLayers = new ibi.friss.web.ajaxnet.AjaxActiveLayers_class();

