if(typeof ClassInfo == "undefined") ClassInfo={};
ClassInfo_class = function() {};
Object.extend(ClassInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClassInfoFirstType: function(r) {
		return this.invoke("GetClassInfoFirstType", {"r":r}, this.GetClassInfoFirstType.getArguments().slice(1));
	},
	GetClassInfoSecType: function(r) {
		return this.invoke("GetClassInfoSecType", {"r":r}, this.GetClassInfoSecType.getArguments().slice(1));
	},
	GetAreaInfo: function(r) {
		return this.invoke("GetAreaInfo", {"r":r}, this.GetAreaInfo.getArguments().slice(1));
	},
	GetRegionInfo: function(r) {
		return this.invoke("GetRegionInfo", {"r":r}, this.GetRegionInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/ClassInfo,App_Code.ashx'
}));
ClassInfo = new ClassInfo_class();

