if(typeof Wke == "undefined") Wke={};
if(typeof Wke.Presentation == "undefined") Wke.Presentation={};
if(typeof Wke.Presentation.WebControls == "undefined") Wke.Presentation.WebControls={};
Wke.Presentation.WebControls.SearchDocumentControl_class = function() {};
Object.extend(Wke.Presentation.WebControls.SearchDocumentControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CreateReplaces: function(str) {
		return this.invoke("CreateReplaces", {"str":str}, this.CreateReplaces.getArguments().slice(1));
	},
	url: '/ajaxpro/Wke.Presentation.WebControls.SearchDocumentControl,Wke.Presentation.ashx'
}));
Wke.Presentation.WebControls.SearchDocumentControl = new Wke.Presentation.WebControls.SearchDocumentControl_class();

