if(typeof FJTS == "undefined") FJTS={};
FJTS_class = function() {};
Object.extend(FJTS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Grade: function(grade) {
		return this.invoke("Grade", {"grade":grade}, this.Grade.getArguments().slice(1));
	},
	LoadAppraise: function() {
		return this.invoke("LoadAppraise", {}, this.LoadAppraise.getArguments().slice(0));
	},
	url: '/ajaxpro/ZBook,FJTS2009_deploy.ashx'
}));
FJTS = new FJTS_class();

