var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to find and replace words within filenames and folder names. There is a feature to find and replace multiple sets of replacements at once. For your protection, there is also a feature to preview what the changes will be before you actually execute them. With a collection of simple but useful functions, this software will take care of all your batch renaming needs in a quick and efficient manner."; 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 = ''; } }