UIControls_ucProductReviewLyteBox_class = function() {};
Object.extend(UIControls_ucProductReviewLyteBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetReviewImagesUrls: function(reviewID, noOfRecordsToShow, pageIndex, serviceID) {
		return this.invoke("GetReviewImagesUrls", {"reviewID":reviewID, "noOfRecordsToShow":noOfRecordsToShow, "pageIndex":pageIndex, "serviceID":serviceID}, this.GetReviewImagesUrls.getArguments().slice(4));
	},
	url: '/ajaxpro/UIControls_ucProductReviewLyteBox,App_Web_ucproductreviewlytebox.ascx.1e66c8aa.dlz1v9la.ashx'
}));
UIControls_ucProductReviewLyteBox = new UIControls_ucProductReviewLyteBox_class();


