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));
	},
	GetEnglishProvinceInfo: function() {
		return this.invoke("GetEnglishProvinceInfo", {}, this.GetEnglishProvinceInfo.getArguments().slice(0));
	},
	GetEnglishProvinceOrCityInfo: function(parentId) {
		return this.invoke("GetEnglishProvinceOrCityInfo", {"parentId":parentId}, this.GetEnglishProvinceOrCityInfo.getArguments().slice(1));
	},
	GetExProvinceInfo: function() {
		return this.invoke("GetExProvinceInfo", {}, this.GetExProvinceInfo.getArguments().slice(0));
	},
	GetGroupID: function(tradeShowType, localHostUrl, showID, tradeUrl) {
		return this.invoke("GetGroupID", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "tradeUrl":tradeUrl}, this.GetGroupID.getArguments().slice(4));
	},
	GetProductUrl: function(tradeShowType, localHostUrl, showID, productID, timeFlag, tradeUrl, entryName) {
		return this.invoke("GetProductUrl", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "productID":productID, "timeFlag":timeFlag, "tradeUrl":tradeUrl, "entryName":entryName}, this.GetProductUrl.getArguments().slice(7));
	},
	GetShowUrl: function(tradeShowType, localHostUrl, showID, tradeUrl) {
		return this.invoke("GetShowUrl", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "tradeUrl":tradeUrl}, this.GetShowUrl.getArguments().slice(4));
	},
	GetShowContactUrl: function(tradeShowType, localHostUrl, showID, tradeUrl) {
		return this.invoke("GetShowContactUrl", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "tradeUrl":tradeUrl}, this.GetShowContactUrl.getArguments().slice(4));
	},
	GetProductCatalogUrl: function(tradeShowType, localHostUrl, showID, catalogID, tradeUrl) {
		return this.invoke("GetProductCatalogUrl", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "catalogID":catalogID, "tradeUrl":tradeUrl}, this.GetProductCatalogUrl.getArguments().slice(5));
	},
	GetProductSearchUrl: function(tradeShowType, localHostUrl, showID, keyword, tradeUrl) {
		return this.invoke("GetProductSearchUrl", {"tradeShowType":tradeShowType, "localHostUrl":localHostUrl, "showID":showID, "keyword":keyword, "tradeUrl":tradeUrl}, this.GetProductSearchUrl.getArguments().slice(5));
	},
	GetSponsorUrl: function(requestID) {
		return this.invoke("GetSponsorUrl", {"requestID":requestID}, this.GetSponsorUrl.getArguments().slice(1));
	},
	GetNewsClass: function(tradeId, classType) {
		return this.invoke("GetNewsClass", {"tradeId":tradeId, "classType":classType}, this.GetNewsClass.getArguments().slice(2));
	},
	GetUlSearchForSpListByType: function(tradeId, spTypeId) {
		return this.invoke("GetUlSearchForSpListByType", {"tradeId":tradeId, "spTypeId":spTypeId}, this.GetUlSearchForSpListByType.getArguments().slice(2));
	},
	GetUlSearchForSpListByChar: function(tradeId, beginChar, endChar) {
		return this.invoke("GetUlSearchForSpListByChar", {"tradeId":tradeId, "beginChar":beginChar, "endChar":endChar}, this.GetUlSearchForSpListByChar.getArguments().slice(3));
	},
	UpdateMagazineClickCount: function(magazineId) {
		return this.invoke("UpdateMagazineClickCount", {"magazineId":magazineId}, this.UpdateMagazineClickCount.getArguments().slice(1));
	},
	url: '/ajaxpro/Show.Web.Main.AjaxRequestPage,Show.Web.ashx'
}));
Show.Web.Main.AjaxRequestPage = new Show.Web.Main.AjaxRequestPage_class();


