var fDesc=new Array(); fDesc[0] = "SoftUncloner is the software you can use to search identical files in your hard disks, also if they have different names an extensions and if they are not in the same directory.
The software only shows identical files (said 'clones'): all bytes must be identical.
You can use it to clear your photo album from double files, your mp3 collection, or, in general, if your hard disk is really a mess!"; 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 = ''; } }