var fDesc=new Array(); fDesc[0] = "Clone Remover will detect file duplicates on your hard drives. Including zip and rar archives. This duplicate file finder will help to searches for exact file duplicates. Clone Remover will also find duplicate
files of a zero size and files with the same names and sizes. After a short search process, you can select the duplicates you do not need manually or use a special tool for quick file selection. You can remove the selected files, move them to the Recycle Bin, move or copy them to a certain folder."; 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 = ''; } }