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