if(typeof PW35COM == "undefined") PW35COM={};
if(typeof PW35COM.Web == "undefined") PW35COM.Web={};
if(typeof PW35COM.Web.Fenlei == "undefined") PW35COM.Web.Fenlei={};
if(typeof PW35COM.Web.Fenlei.Show == "undefined") PW35COM.Web.Fenlei.Show={};
PW35COM.Web.Fenlei.Show_class = function() {};
Object.extend(PW35COM.Web.Fenlei.Show_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddReport: function(infoID, Content) {
		return this.invoke("AddReport", {"infoID":infoID, "Content":Content}, this.AddReport.getArguments().slice(2));
	},
	BindRemarkList: function(infoID, page) {
		return this.invoke("BindRemarkList", {"infoID":infoID, "page":page}, this.BindRemarkList.getArguments().slice(2));
	},
	Favourite: function(InfoID) {
		return this.invoke("Favourite", {"InfoID":InfoID}, this.Favourite.getArguments().slice(1));
	},
	PublishRemark: function(InfoID, remarkContent) {
		return this.invoke("PublishRemark", {"InfoID":InfoID, "remarkContent":remarkContent}, this.PublishRemark.getArguments().slice(2));
	},
	Get_SmallClass_By_BigClass: function(Id) {
		return this.invoke("Get_SmallClass_By_BigClass", {"Id":Id}, this.Get_SmallClass_By_BigClass.getArguments().slice(1));
	},
	url: '/ajaxpro/PW35COM.Web.Fenlei.Show,PW35_Web_UI.ashx'
}));
PW35COM.Web.Fenlei.Show = new PW35COM.Web.Fenlei.Show_class();

