if(typeof clsGallery == "undefined") clsGallery={};
clsGallery_class = function() {};
Object.extend(clsGallery_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	HTMLlistOnPopup: function(iMenuId, showGalleryGrid) {
		return this.invoke("HTMLlistOnPopup", {"iMenuId":iMenuId, "showGalleryGrid":showGalleryGrid}, this.HTMLlistOnPopup.getArguments().slice(2));
	},
	HTMLlistOnPopupByrestaurantApproved: function(iRestaurantId) {
		return this.invoke("HTMLlistOnPopupByrestaurantApproved", {"iRestaurantId":iRestaurantId}, this.HTMLlistOnPopupByrestaurantApproved.getArguments().slice(1));
	},
	HTMLlistOnPopupByrestaurant: function(iRestaurantId) {
		return this.invoke("HTMLlistOnPopupByrestaurant", {"iRestaurantId":iRestaurantId}, this.HTMLlistOnPopupByrestaurant.getArguments().slice(1));
	},
	getContent: function(iGalleryId, iMenuId, iPageNum) {
		return this.invoke("getContent", {"iGalleryId":iGalleryId, "iMenuId":iMenuId, "iPageNum":iPageNum}, this.getContent.getArguments().slice(3));
	},
	url: '/ajaxpro/Primi.classes.clsGallery,Primi.ashx'
}));
clsGallery = new clsGallery_class();

