var fDesc=new Array(); fDesc[0] = "Clone Files Checker will clean up duplicate files you shouldn't live with anymore. Delete duplicate files and create more space effortlessly. The energetic duplicate cleaner, Clone Files Checker, will delete all 'trash' stuff within seconds and you will be able to rescue 10s of GBs of hard drive space without the need to purchase new storage space. You can not only organize data by removing duplicated files but also restore the eliminated data as the Clone Files Checker will back up, in compressed form, the deleted files. You can also move the detected files to another folder/drive."; 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 = ''; } }