var fDesc=new Array(); fDesc[0] = "This is an Add-In for Windows Home Server to help you find duplicate files.
Duplicate files will take up unnecessary space on your hard drives and, not at least, take up precious backup storage space. Now, you have the right tool to eliminate those annoying duplicate files.
Windows Home Server Duplicate File Finder Add-In scans your computer, just like an antivirus software and, after that, you can choose which files do you want to delete. You can also choose to send the deleted files to recycle bin directly."; 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 = ''; } }