AreaHelp_class = function() {};
Object.extend(AreaHelp_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaList: function(parentId) {
		return this.invoke("GetAreaList", {"parentId":parentId}, this.GetAreaList.getArguments().slice(1));
	},
	GetAreaPicture: function(areaId) {
		return this.invoke("GetAreaPicture", {"areaId":areaId}, this.GetAreaPicture.getArguments().slice(1));
	},
	GetArea: function(areaId) {
		return this.invoke("GetArea", {"areaId":areaId}, this.GetArea.getArguments().slice(1));
	},
	url: '/ajaxpro/AreaHelp,App_Code.yvo5sqxd.ashx'
}));
AreaHelp = new AreaHelp_class();


