if(typeof EastPartyShow == "undefined") EastPartyShow={};
EastPartyShow_class = function() {};
Object.extend(EastPartyShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetTb: function(Contents, MyPartyID) {
		return this.invoke("SetTb", {"Contents":Contents, "MyPartyID":MyPartyID}, this.SetTb.getArguments().slice(2));
	},
	ImageMarkAdd: function(MyPartyID, Num) {
		return this.invoke("ImageMarkAdd", {"MyPartyID":MyPartyID, "Num":Num}, this.ImageMarkAdd.getArguments().slice(2));
	},
	Pager: function(MyPartyID, CurrentPage) {
		return this.invoke("Pager", {"MyPartyID":MyPartyID, "CurrentPage":CurrentPage}, this.Pager.getArguments().slice(2));
	},
	ToNext: function(MyPartyID, ImageNum) {
		return this.invoke("ToNext", {"MyPartyID":MyPartyID, "ImageNum":ImageNum}, this.ToNext.getArguments().slice(2));
	},
	ToBack: function(MyPartyID, ImageNum) {
		return this.invoke("ToBack", {"MyPartyID":MyPartyID, "ImageNum":ImageNum}, this.ToBack.getArguments().slice(2));
	},
	url: '/ajaxpro/EastPartyShow,App_Web_hw_jqdcw.ashx'
}));
EastPartyShow = new EastPartyShow_class();

