var fDesc=new Array(); fDesc[0] = "It's a program to easily find and delete duplicate files, songs and photos on your computer.
So, what's the problem with duplicates? isn't the storage cheap nowadays ?

There are more problems caused by duplicates other than wasting your storage space. Here are some examples :

-Playing the same songs over and over again.
-Print the same photos in your photo album.
-Put the same picture on your website gallery.
-Display the same images over and over again on slideshow.
-Windows Explorer is getting so slow because there are so many files in a folder.
-Backup time is getting longer.
-When you do backup, duplicates are copied thus wasting more space than before."; 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 = ''; } }