var fDesc=new Array(); fDesc[0] = "Clone Tools is the first duplicate file finder for Windows that finds folders with shared or identical content. The program has a unique side-by-side folder explorer that gives you a birds-eye view of your duplicate files and folders. Clone Tools also contains fast and powerful tools to remove duplicate files that lets you delete duplicate files from one or more folders with one click."; 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 = ''; } }