var fDesc=new Array(); fDesc[0] = "When you amass image, video, music or sound files onto your computer, you end up with duplicate copies or “Shadows”. They take up valuable space and waste your time trying to get rid of them. UniqueFiler, will solve your space and waste problems. You can Scan Single Folders, Multiple Folders or even Multiple Drives for duplicate files quickly and easily.
Images collectors will receive great benefit due to Unique Filer’s Fuzz Factor. What a practical way to graphically "See" your images and locate duplicates by visual qualities. If your images have been Re-Sized, Re-Scaled, Re-Sampled, or Color Corrected, you will still find them.
By using Unique Filer, you can isolate duplicate filenames, even true duplicate files, searching on File Size and Content. When you have completed your scan, a graphical view is shown of each “Shadow” where you can see the File-size and Date. All images will display the Dimensions, the Thumbnail and Full-size View of the image. You can then make reliable decisions to Delete, Copy or Move the duplicate file. You can even Drag and Drop the file from Unique Filer to Windows Explorer, or any application. Unique Filer gives you the ability to eliminate your duplicate files and wasted space while using your time more wisely."; 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 = ''; } }