var fDesc=new Array(); fDesc[0] = "Find and Replace Tool For Excel is a program that allows you to find and replace items or you can import from Excel or CSV file. You can define search location like Header, Footer, Built in Properties and Hyper link address if you want to replace at specific location only. It gives you a report after completion of task so you know where it made changes and on which 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 = ''; } }