var fDesc=new Array(); fDesc[0] = "Ainvo Duplicate File Finder is the solution for copies of files that often occupy space.
Ainvo Duplicate File Finder detects duplicate files and cleans the disks when you click the “Disk cleanup” link. By using this program, you will save to your disk even more of those things that you really need and value."; 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 = ''; } }