var fDesc=new Array(); fDesc[0] = "Zoom is the easiest way to add a powerful custom search engine to your website, intranet, or CD-ROM and DVD.

It provides fast and powerful full-text searching by indexing your website in advance with an user friendly desktop application that allows you to configure and index your site, from the convenience of your Windows computer.

Main Features :

- Easy to use and install, up and running in minutes
- No advertising and no annual fees (Free for small sites!)
- No scripting knowledge or editing required
- No complicated database setup procedure
- No external web service required
- Highly configurable
- Search static and dynamic web pages (.HTML, .PHP, .ASP, .CF, etc.)
- Search PDF, DOC, PPT, XLS, SWF, JPG, GIF, and many other file types
- Runs on almost all web servers and hosting plans
- PHP, Classic ASP, ASP.NET, Javascript, and CGI support in one package"; 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 = ''; } }