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.AjaxMapsSession_class = function() {};
Object.extend(ibi.friss.web.ajaxnet.AjaxMapsSession_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getParameters: function() {
		return this.invoke("getParameters", {}, this.getParameters.getArguments().slice(0));
	},
	setZoomLevel: function(zoomlevel) {
		return this.invoke("setZoomLevel", {"zoomlevel":zoomlevel}, this.setZoomLevel.getArguments().slice(1));
	},
	setCoords: function(x, y) {
		return this.invoke("setCoords", {"x":x, "y":y}, this.setCoords.getArguments().slice(2));
	},
	url: '/ajaxpro/ibi.friss.web.ajaxnet.AjaxMapsSession,FrissCustomControls.ashx'
}));
ibi.friss.web.ajaxnet.AjaxMapsSession = new ibi.friss.web.ajaxnet.AjaxMapsSession_class();

