if(typeof ImageListing == "undefined") ImageListing={};
ImageListing_class = function() {};
Object.extend(ImageListing_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPagedImagesByGalleryID: function(galleryID, cPage, pageSize) {
		return this.invoke("GetPagedImagesByGalleryID", {"galleryID":galleryID, "cPage":cPage, "pageSize":pageSize}, this.GetPagedImagesByGalleryID.getArguments().slice(3));
	},
	GetImageMetaData: function(galleryID, imgID) {
		return this.invoke("GetImageMetaData", {"galleryID":galleryID, "imgID":imgID}, this.GetImageMetaData.getArguments().slice(2));
	},
	url: '/ajaxpro/App_Controls_GalleryDetails,App_Web_gallerydetails.ascx.c762ed6e.cbcczu0z.ashx'
}));
ImageListing = new ImageListing_class();

