if(typeof SealEpi == "undefined") SealEpi={};
if(typeof SealEpi.UserControls == "undefined") SealEpi.UserControls={};
if(typeof SealEpi.UserControls.singleImageViewer == "undefined") SealEpi.UserControls.singleImageViewer={};
SealEpi.UserControls.singleImageViewer_class = function() {};
Object.extend(SealEpi.UserControls.singleImageViewer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNextImage: function(sID, iPageLinkID) {
		return this.invoke("GetNextImage", {"sID":sID, "iPageLinkID":iPageLinkID}, this.GetNextImage.getArguments().slice(2));
	},
	GetPreviousImage: function(sID, iPageLinkID) {
		return this.invoke("GetPreviousImage", {"sID":sID, "iPageLinkID":iPageLinkID}, this.GetPreviousImage.getArguments().slice(2));
	},
	url: '/ajaxpro/SealEpi.UserControls.singleImageViewer,SealEpi.ashx'
}));
SealEpi.UserControls.singleImageViewer = new SealEpi.UserControls.singleImageViewer_class();

