addNamespace("ChoiseShow");
ChoiseShow_class = function() {};
Object.extend(ChoiseShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	toushow: function(s) {
		return this.invoke("toushow", {"s":s}, this.toushow.getArguments().slice(1));
	},
	showrev: function(s2, s, currentPage, s4) {
		return this.invoke("showrev", {"s2":s2, "s":s, "currentPage":currentPage, "s4":s4}, this.showrev.getArguments().slice(4));
	},
	getproname: function(s) {
		return this.invoke("getproname", {"s":s}, this.getproname.getArguments().slice(1));
	},
	delrev: function(revid) {
		return this.invoke("delrev", {"revid":revid}, this.delrev.getArguments().slice(1));
	},
	submit: function(con, s, s2) {
		return this.invoke("submit", {"con":con, "s":s, "s2":s2}, this.submit.getArguments().slice(3));
	},
	toupiao: function(ii, chid, prodigid) {
		return this.invoke("toupiao", {"ii":ii, "chid":chid, "prodigid":prodigid}, this.toupiao.getArguments().slice(3));
	},
	url: '/ajaxpro/ChoiseShow,wobiz_deploy.ashx'
}));
ChoiseShow = new ChoiseShow_class();


