var fDesc=new Array(); fDesc[0] = "HandyFile Find And Replace: Text Aid Kit is a simple to use search and replace tool to help you find and replace text in a number of files (plain text ANSI files, SGML documents (HTML, XML, etc.), source code and any other plain text files) with a single click thus increasing your productivity and saving many hours of manual editing that you spend daily for updating your files.

It is a great helper for web masters, software and web developers, technical writers and anyone else who needs to search and replace plain text in many files quickly and easily not requiring advanced options."; 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 = ''; } }