var fDesc=new Array(); fDesc[0] = "Multi Find Replace Buddy will scan specified files for specified text and replace it with new text. Up to 20000 Find and Replace values can be stored in the software. Simple Click replace and scans the specified files and makes copies of them and puts the new copies into an output directory. It will also print files as it runs. This is a great application for someone that has many forms that need to be customized with different peoples names and address. This software is designed to work only with plain text files and .rtf files."; 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 = ''; } }