if(typeof DIVAExamples == "undefined") DIVAExamples={};
if(typeof DIVAExamples.SearchAdvanced == "undefined") DIVAExamples.SearchAdvanced={};
DIVAExamples.SearchAdvanced_class = function() {};
Object.extend(DIVAExamples.SearchAdvanced_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Test: function() {
		return this.invoke("Test", {}, this.Test.getArguments().slice(0));
	},
	GetMatchingFunctionsMessage: function(Query) {
		return this.invoke("GetMatchingFunctionsMessage", {"Query":Query}, this.GetMatchingFunctionsMessage.getArguments().slice(1));
	},
	url: '/ajaxpro/DIVAExamples.SearchAdvanced,DIVAExamples.ashx'
}));
DIVAExamples.SearchAdvanced = new DIVAExamples.SearchAdvanced_class();

