var fDesc=new Array(); fDesc[0] = "Simple Duplicate Finder can scan and find duplicate songs, images, and other files. It has the ability to compare the contents of a file using hash code. Songs can be compared using tags such as Artist, Title, and Album; file types including MP3, MP2, WAV, and WMA are supported.

Duplicate Photo Finder features advanced algorithms for finding similarity between images. It can find duplicates even if the photos as rotated, flipped, resized, edited, or saved in a different format."; 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 = ''; } }