if(typeof WebRoot == "undefined") WebRoot={};
WebRoot.StudentInfo_class = function() {};
Object.extend(WebRoot.StudentInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AJShowContent: function(lanmu) {
		return this.invoke("AJShowContent", {"lanmu":lanmu}, this.AJShowContent.getArguments().slice(1));
	},
	url: '/ajaxpro/WebRoot.StudentInfo,WebRoot.ashx'
}));
WebRoot.StudentInfo = new WebRoot.StudentInfo_class();

