test_class = function() {};
Object.extend(test_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetChild: function(name) {
		return this.invoke("GetChild", {"name":name}, this.GetChild.getArguments().slice(1));
	},
	GetSearchItems: function(strQuery, type) {
		return this.invoke("GetSearchItems", {"strQuery":strQuery, "type":type}, this.GetSearchItems.getArguments().slice(2));
	},
	Getbuttoms: function(type) {
		return this.invoke("Getbuttoms", {"type":type}, this.Getbuttoms.getArguments().slice(1));
	},
	url: '/ajaxpro/YSZXWEB.Default,YSZXWEB.ashx'
}));
test = new test_class();

