var fDesc=new Array(); fDesc[0] = "DUFF is (will be) a tool for Windows used to find and process duplicate files on a computer file system and/or network. It has numerous built-in and plugin-based file comparison layers, duplicate markers, and fileset processers.
It still needs some work (it has a few nasty bugs and needs some features implemented)."; 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 = ''; } }