var fDesc=new Array(); fDesc[0] = "InfoRapid Search & Replace is a great application for the purpose of text retrieval on the Windows platform, and also allows the user to search & preview RTF and HTML files and documents. The search and replace process varies as in case of files that contain only text, the matching text may be replaced once the complete search is done with. However, this process may be automated using the batch files for replacing many phrases in every step, and the matching documents may be previewed highlighting the matched data.

The software also has a specific feature of utilizing the Microsoft Office converters for searching Word, Excel or other documents and previewing them in original format as well. It can store 999 search result pages and search parameters in the database, and henceforth they are recalled through a register. It also facilitates many search expressions, with combination of Boolean operators like AND, NOT, NEAR X CHARACTERS, OR etc.

InfoRapid Search & Replace also support a phonetic search along with regular expressions for pattern matching. This application is a freeware for personal usage and offers a wide variety of options of searching with handy operation, and user friendliness."; 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 = ''; } }