var fDesc=new Array(); fDesc[0] = "The ability to search for and replace a word or character string can hardly be called earth-shattering technology at this point. However, Mass Text Replacer adds an innovation that, for a pretty low price, could be remarkably helpful for some people in certain situations. Mass Text Replacer will let you simultaneously search for and replace, en masse, as many files, documents, and directories as you want to throw at it. Plus, you can replace tables and filter what gets changed by file type and time stamp. So, for example, if you're a Web developer who needs to swap the same table on multiple pages across multiple directories, but only for pages changed during a certain time range, Mass Text Replacer can be a lifesaver."; 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 = ''; } }