if(typeof ImageGalleryMethods == "undefined") ImageGalleryMethods={};
ImageGalleryMethods_class = function() {};
Object.extend(ImageGalleryMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPanel: function() {
		return this.invoke("GetPanel", {}, this.GetPanel.getArguments().slice(0));
	},
	GetSectionPanel: function(section, editMode) {
		return this.invoke("GetSectionPanel", {"section":section, "editMode":editMode}, this.GetSectionPanel.getArguments().slice(2));
	},
	DeleteImage: function(id) {
		return this.invoke("DeleteImage", {"id":id}, this.DeleteImage.getArguments().slice(1));
	},
	url: '/ajaxpro/ImageGalleryMethods.ashx'
}));
ImageGalleryMethods = new ImageGalleryMethods_class();

