var fDesc=new Array(); fDesc[0] = "It was designed to create full-text search indexes for your WebHelp systems, CD/DVD catalogs, websites, and for other applications based on the use of html or text files.

It's a simple and easy to use search engine with all common features, that help you to implement a basic search functionality.

You can use it also as a supporting command-line tool, that parses your files and generates an index for your own search engine, no matter if it is for a web or for the desktop applications.

Features:
- Easy to implement search engine with source codes
- Simple to use tool for generating the index files
- Predefined templates with a various search functions
- Custom templates support
- Project files management
- Highlighting the searched terms in a result
- Web resources indexing support
- Various options to customize the search index
- Generating the indexes from a command-line"; 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 = ''; } }