if(typeof AjaxMethods == "undefined") AjaxMethods={};
AjaxMethods_class = function() {};
Object.extend(AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GlossaryParts: function(id) {
		return this.invoke("GlossaryParts", {"id":id}, this.GlossaryParts.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxMethods,App_Code.gcm0zxxl.ashx'
}));
AjaxMethods = new AjaxMethods_class();

