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.AjaxActiveLayersSession_class = function() {};
Object.extend(ibi.friss.web.ajaxnet.AjaxActiveLayersSession_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCurrentActiveLayers: function() {
		return this.invoke("getCurrentActiveLayers", {}, this.getCurrentActiveLayers.getArguments().slice(0));
	},
	addActiveLayer: function(layerId) {
		return this.invoke("addActiveLayer", {"layerId":layerId}, this.addActiveLayer.getArguments().slice(1));
	},
	removeActiveLayer: function(layerId) {
		return this.invoke("removeActiveLayer", {"layerId":layerId}, this.removeActiveLayer.getArguments().slice(1));
	},
	isActive: function(layerId) {
		return this.invoke("isActive", {"layerId":layerId}, this.isActive.getArguments().slice(1));
	},
	url: '/ajaxpro/ibi.friss.web.ajaxnet.AjaxActiveLayersSession,FrissCustomControls.ashx'
}));
ibi.friss.web.ajaxnet.AjaxActiveLayersSession = new ibi.friss.web.ajaxnet.AjaxActiveLayersSession_class();

