if(typeof CMSQuery_index == "undefined") CMSQuery_index={};
CMSQuery_index_class = function() {};
Object.extend(CMSQuery_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVersion: function() {
		return this.invoke("GetVersion", {}, this.GetVersion.getArguments().slice(0));
	},
	GetGrade: function() {
		return this.invoke("GetGrade", {}, this.GetGrade.getArguments().slice(0));
	},
	GetCourse: function() {
		return this.invoke("GetCourse", {}, this.GetCourse.getArguments().slice(0));
	},
	GetSecurityString: function(str) {
		return this.invoke("GetSecurityString", {"str":str}, this.GetSecurityString.getArguments().slice(1));
	},
	ClickVersion: function(strSelValue) {
		return this.invoke("ClickVersion", {"strSelValue":strSelValue}, this.ClickVersion.getArguments().slice(1));
	},
	ClickGrade: function(strSelValue) {
		return this.invoke("ClickGrade", {"strSelValue":strSelValue}, this.ClickGrade.getArguments().slice(1));
	},
	url: '/ajaxpro/CMSQuery_index,App_Web_index.aspx.f0d1ee85.ashx'
}));
CMSQuery_index = new CMSQuery_index_class();

