var fDesc=new Array(); fDesc[0] = "Checkdupli is a software designed to search and display all the duplicate files in a folder and its subfolders. It detects files that have the same name, or "almost" the same name, differing with accents, blank, or some specific characters. Some advanced options allow you to adjust the filter criteria, taking accents, spaces or specific strings into account and to compare the content of a files. In a first step, it does not check the content, that explains the high speed of this program! The program is multilingual, English, French and Spanish are available. Version for Windows XP, Vista. Works with Windows 7, for users with administrator rights."; 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 = ''; } }