if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.VenderSearch == "undefined") QiaoCWBW.VenderSearch={};
QiaoCWBW.VenderSearch_class = function() {};
Object.extend(QiaoCWBW.VenderSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	show: function(size, index, sort, where) {
		return this.invoke("show", {"size":size, "index":index, "sort":sort, "where":where}, this.show.getArguments().slice(4));
	},
	AllCity: function(cityID) {
		return this.invoke("AllCity", {"cityID":cityID}, this.AllCity.getArguments().slice(1));
	},
	AllIndustry: function(cityID) {
		return this.invoke("AllIndustry", {"cityID":cityID}, this.AllIndustry.getArguments().slice(1));
	},
	AllService: function(cityID) {
		return this.invoke("AllService", {"cityID":cityID}, this.AllService.getArguments().slice(1));
	},
	AllProduce: function(cityID) {
		return this.invoke("AllProduce", {"cityID":cityID}, this.AllProduce.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.VenderSearch,QiaoCWBW.ashx'
}));
QiaoCWBW.VenderSearch = new QiaoCWBW.VenderSearch_class();

