if(typeof Sjtu == "undefined") Sjtu={};
if(typeof Sjtu.Web == "undefined") Sjtu.Web={};
if(typeof Sjtu.Web.UserControls == "undefined") Sjtu.Web.UserControls={};
if(typeof Sjtu.Web.UserControls.Article == "undefined") Sjtu.Web.UserControls.Article={};
Sjtu.Web.UserControls.Article.Tree_class = function() {};
Object.extend(Sjtu.Web.UserControls.Article.Tree_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowArticle: function(nArticleId) {
		return this.invoke("ShowArticle", {"nArticleId":nArticleId}, this.ShowArticle.getArguments().slice(1));
	},
	url: '/ajaxpro/Sjtu.Web.UserControls.Article.Tree,Sjtu.Web.ashx'
}));
Sjtu.Web.UserControls.Article.Tree = new Sjtu.Web.UserControls.Article.Tree_class();


