if(typeof GalleryAjax == "undefined") GalleryAjax={};
if(typeof GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle == "undefined") GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle={};
GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle_class = function() {};
Object.extend(GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCategoryList: function() {
		return this.invoke("getCategoryList", {}, this.getCategoryList.getArguments().slice(0));
	},
	getAlbumList: function(CategoryId) {
		return this.invoke("getAlbumList", {"CategoryId":CategoryId}, this.getAlbumList.getArguments().slice(1));
	},
	getPictures: function(AlbumId) {
		return this.invoke("getPictures", {"AlbumId":AlbumId}, this.getPictures.getArguments().slice(1));
	},
	url: '/ajaxpro/GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle,App_Web_showall_ajaxstyle.ascx.936ba46d.ashx'
}));
GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle = new GalleryAjax.modules_miniGallery_ShowAll_AjaxStyle_class();

