var fDesc=new Array(); fDesc[0] = "WeeDuplicateDetective is a free duplicate cleaner. It helps you find copies of files (duplicates) and clean them up. WeeDuplicateDetective is easy to use, nice to look at, and does its job perfectly. It gives you a lot of control over:
- what is to be considered as a duplicates,
- how the list of found duplicates is shown,
- how you can select which duplicates are to be cleaned
- how you can clean the selected duplicates"; 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 = ''; } }