var demo_search_files = { SearchAll:function(strText,callback,context){return new ajax_request(this.url + '?_method=SearchAll&_session=no','strText=' + enc(strText),callback, context);}, SearchInAdvanced:function(strAllWords,strExactWord,strAtLeastWord,strWithOutWord,strFileType,callback,context){return new ajax_request(this.url + '?_method=SearchInAdvanced&_session=no','strAllWords=' + enc(strAllWords)+ '\r\nstrExactWord=' + enc(strExactWord)+ '\r\nstrAtLeastWord=' + enc(strAtLeastWord)+ '\r\nstrWithOutWord=' + enc(strWithOutWord)+ '\r\nstrFileType=' + enc(strFileType),callback, context);}, url:'/ajax/ag_history_website.demo_search_files,ag_history_website.ashx' }