if(typeof new_PhotoShow == "undefined") new_PhotoShow={};
new_PhotoShow_class = function() {};
Object.extend(new_PhotoShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetTb: function(ItemID, Contents) {
		return this.invoke("SetTb", {"ItemID":ItemID, "Contents":Contents}, this.SetTb.getArguments().slice(2));
	},
	Pager: function(ItemID, CurrentPage) {
		return this.invoke("Pager", {"ItemID":ItemID, "CurrentPage":CurrentPage}, this.Pager.getArguments().slice(2));
	},
	url: '/ajaxpro/new_PhotoShow,App_Web_photoshow.aspx.cdcab7d2.jt0snkeg.ashx'
}));
new_PhotoShow = new new_PhotoShow_class();

