var fDesc=new Array(); fDesc[0] = "Similar Picture Find is a freeware product for searching duplicate and similar pictures in large collections of picture files (wallpapers, photos, textures, etc.).
It supports all well-known picture file formats including bmp (dib), gif, jpg (jpeg, jpe, jfif), png, tif (tiff) and others. If you want to find out is there any duplicate pictures on your hard drive the Similar Picture Find is what you really need.
Main features of Similar Picture Find are the following:
Robust and configurable parallel comparison algorithm.
Supports well-known picture storage formats.
Easy to use.
Freeware. No registration is required."; 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 = ''; } }