var fDesc=new Array(); fDesc[0] = "Duplicate files have a negative impact over your system because they waste valuable space, they increase the antivirus scan time, they make defragmenting take ages and they make it harder for you to organize your files. This is a handy utility you can detect all the clone files that you might have on your computer. The detected files can be removed in no time with the help of the automatic file selector and the predefined set of actions (copying, moving or recycling)."; 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 = ''; } }