if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Main == "undefined") Show.Web.Main={};
if(typeof Show.Web.Main.AjaxRequestPage == "undefined") Show.Web.Main.AjaxRequestPage={};
Show.Web.Main.AjaxRequestPage_class = function() {};
Object.extend(Show.Web.Main.AjaxRequestPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaInfo: function() {
		return this.invoke("GetAreaInfo", {}, this.GetAreaInfo.getArguments().slice(0));
	},
	GetProvinceInfo: function() {
		return this.invoke("GetProvinceInfo", {}, this.GetProvinceInfo.getArguments().slice(0));
	},
	GetProvinceOrCityInfo: function(parentId) {
		return this.invoke("GetProvinceOrCityInfo", {"parentId":parentId}, this.GetProvinceOrCityInfo.getArguments().slice(1));
	},
	GetExProvinceInfo: function() {
		return this.invoke("GetExProvinceInfo", {}, this.GetExProvinceInfo.getArguments().slice(0));
	},
	GetProductUrl: function(tradeShowType, showID, productID, timeFlag, hostUrl) {
		return this.invoke("GetProductUrl", {"tradeShowType":tradeShowType, "showID":showID, "productID":productID, "timeFlag":timeFlag, "hostUrl":hostUrl}, this.GetProductUrl.getArguments().slice(5));
	},
	GetShowUrl: function(tradeShowType, showID, hostUrl) {
		return this.invoke("GetShowUrl", {"tradeShowType":tradeShowType, "showID":showID, "hostUrl":hostUrl}, this.GetShowUrl.getArguments().slice(3));
	},
	GetShowContactUrl: function(tradeShowType, showID, hostUrl) {
		return this.invoke("GetShowContactUrl", {"tradeShowType":tradeShowType, "showID":showID, "hostUrl":hostUrl}, this.GetShowContactUrl.getArguments().slice(3));
	},
	GetProductCatalogUrl: function(tradeShowType, showID, catalogID, hostUrl) {
		return this.invoke("GetProductCatalogUrl", {"tradeShowType":tradeShowType, "showID":showID, "catalogID":catalogID, "hostUrl":hostUrl}, this.GetProductCatalogUrl.getArguments().slice(4));
	},
	GetProductSearchUrl: function(tradeShowType, showID, keyword, hostUrl) {
		return this.invoke("GetProductSearchUrl", {"tradeShowType":tradeShowType, "showID":showID, "keyword":keyword, "hostUrl":hostUrl}, this.GetProductSearchUrl.getArguments().slice(4));
	},
	url: '/ajaxpro/Show.Web.Main.AjaxRequestPage,Show.Web.ashx'
}));
Show.Web.Main.AjaxRequestPage = new Show.Web.Main.AjaxRequestPage_class();

