if(typeof DcSoft == "undefined") DcSoft={};
if(typeof DcSoft.SP_Web == "undefined") DcSoft.SP_Web={};
if(typeof DcSoft.SP_Web.Ajax == "undefined") DcSoft.SP_Web.Ajax={};
DcSoft.SP_Web.Ajax_class = function() {};
Object.extend(DcSoft.SP_Web.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetChannelContent: function(sign) {
		return this.invoke("GetChannelContent", {"sign":sign}, this.GetChannelContent.getArguments().slice(1));
	},
	GetProductInfo: function(producrId) {
		return this.invoke("GetProductInfo", {"producrId":producrId}, this.GetProductInfo.getArguments().slice(1));
	},
	GetProductMenus: function(producrId) {
		return this.invoke("GetProductMenus", {"producrId":producrId}, this.GetProductMenus.getArguments().slice(1));
	},
	GetProductMenuInfo: function(menuId) {
		return this.invoke("GetProductMenuInfo", {"menuId":menuId}, this.GetProductMenuInfo.getArguments().slice(1));
	},
	GetAreaList: function(pid) {
		return this.invoke("GetAreaList", {"pid":pid}, this.GetAreaList.getArguments().slice(1));
	},
	url: '/ajaxpro/DcSoft.SP_Web.Ajax,DcSoft.SP_Web.ashx'
}));
DcSoft.SP_Web.Ajax = new DcSoft.SP_Web.Ajax_class();


