var fDesc=new Array(); fDesc[0] = "Search & Replace Master is a free replace piece of software that looks through multiple files for a string or pattern and can also replace it with another string or pattern. It can also strip formatting from Word generated HTML file to make it clean and small, it can do case sensitive or insensitive searches, before or after insert, and it can also list the files that their filename match a pattern."; 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 = ''; } }