if(typeof GE == "undefined") GE={};
if(typeof GE.Web == "undefined") GE.Web={};
if(typeof GE.Web.Ajax == "undefined") GE.Web.Ajax={};
if(typeof GE.Web.Ajax.AjaxFunctions == "undefined") GE.Web.Ajax.AjaxFunctions={};
GE.Web.Ajax.AjaxFunctions_class = function() {};
Object.extend(GE.Web.Ajax.AjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetZoomable: function(images, url) {
		return this.invoke("GetZoomable", {"images":images, "url":url}, this.GetZoomable.getArguments().slice(2));
	},
	url: '/ajaxpro/GE.Web.Ajax.AjaxFunctions,GE.Web.ashx'
}));
GE.Web.Ajax.AjaxFunctions = new GE.Web.Ajax.AjaxFunctions_class();

