if(typeof EKA == "undefined") EKA={};
if(typeof EKA.WWW == "undefined") EKA.WWW={};
if(typeof EKA.WWW.Web == "undefined") EKA.WWW.Web={};
if(typeof EKA.WWW.Web.AjaxLayer == "undefined") EKA.WWW.Web.AjaxLayer={};
if(typeof EKA.WWW.Web.AjaxLayer.DropListAjax == "undefined") EKA.WWW.Web.AjaxLayer.DropListAjax={};
EKA.WWW.Web.AjaxLayer.DropListAjax_class = function() {};
Object.extend(EKA.WWW.Web.AjaxLayer.DropListAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetArea: function(paramValue) {
		return this.invoke("GetArea", {"paramValue":paramValue}, this.GetArea.getArguments().slice(1));
	},
	GetCalling: function(paramValue) {
		return this.invoke("GetCalling", {"paramValue":paramValue}, this.GetCalling.getArguments().slice(1));
	},
	GetCompanyList: function(CompanyName) {
		return this.invoke("GetCompanyList", {"CompanyName":CompanyName}, this.GetCompanyList.getArguments().slice(1));
	},
	GetShopList: function(shopName) {
		return this.invoke("GetShopList", {"shopName":shopName}, this.GetShopList.getArguments().slice(1));
	},
	GetShopName: function(cid) {
		return this.invoke("GetShopName", {"cid":cid}, this.GetShopName.getArguments().slice(1));
	},
	GetCompanyName: function(companyid) {
		return this.invoke("GetCompanyName", {"companyid":companyid}, this.GetCompanyName.getArguments().slice(1));
	},
	GetComType: function() {
		return this.invoke("GetComType", {}, this.GetComType.getArguments().slice(0));
	},
	GetShopCommentTop5: function() {
		return this.invoke("GetShopCommentTop5", {}, this.GetShopCommentTop5.getArguments().slice(0));
	},
	GetShopTradeMoneyTop10: function() {
		return this.invoke("GetShopTradeMoneyTop10", {}, this.GetShopTradeMoneyTop10.getArguments().slice(0));
	},
	GetShopTradeNumbersTop10: function() {
		return this.invoke("GetShopTradeNumbersTop10", {}, this.GetShopTradeNumbersTop10.getArguments().slice(0));
	},
	GetShopAverageTradeMoneyTop10: function() {
		return this.invoke("GetShopAverageTradeMoneyTop10", {}, this.GetShopAverageTradeMoneyTop10.getArguments().slice(0));
	},
	url: '/ajaxpro/EKA.WWW.Web.AjaxLayer.DropListAjax,EKA.WWW.Web.ashx'
}));
EKA.WWW.Web.AjaxLayer.DropListAjax = new EKA.WWW.Web.AjaxLayer.DropListAjax_class();

