if(typeof Avantime == "undefined") Avantime={};
if(typeof Avantime.Classes == "undefined") Avantime.Classes={};
if(typeof Avantime.Classes.Webapp == "undefined") Avantime.Classes.Webapp={};
if(typeof Avantime.Classes.Webapp.DictionaryFunctions == "undefined") Avantime.Classes.Webapp.DictionaryFunctions={};
Avantime.Classes.Webapp.DictionaryFunctions_class = function() {};
Object.extend(Avantime.Classes.Webapp.DictionaryFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDictionaryWords: function() {
		return this.invoke("GetDictionaryWords", {}, this.GetDictionaryWords.getArguments().slice(0));
	},
	GetDictionaryWord: function(word) {
		return this.invoke("GetDictionaryWord", {"word":word}, this.GetDictionaryWord.getArguments().slice(1));
	},
	url: '/ajaxpro/Avantime.Classes.Webapp.DictionaryFunctions,Klimat.ashx'
}));
Avantime.Classes.Webapp.DictionaryFunctions = new Avantime.Classes.Webapp.DictionaryFunctions_class();

