var fDesc=new Array(); fDesc[0] = "7sDoc is a a high-performance, full-text search tools for your PC, local network or Web site. 7sDoc provides online indexing of files and relevance ranking of phrase search results.

The program consists of three entities:

7s Indexer - a tool to create search indexes;
7sDoc - a file search utility;
7s Search Engine - a COM component that is intended to add search functionality to your Intranet web server or any application that requires full-text search.

7s Indexer scans directories with your documents and builds search index on files content for further quick search. On search the program finds files in index and orders documents by relevance to your query. 7sDoc perform text search in files such as DOC, XLS, RTF, TXT, HTM."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }