var fDesc=new Array(); fDesc[0] = "Unicator collects information and builds duplicate files report. This information helps you analyze usage of your hard drive(s) and keeps your data well organized by removing or backuping duplicate files on your computer or network.

When you define set of files to be scanned you can apply different filters: by name, size, time, attributes.

Results are presented in two different forms, you can run external tools for selected files, for example 3-rd party file comparison utilities, file viewers etc. You can delete file, move it to the backup folder or replace it with the link to another file."; 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 = ''; } }