var fDesc=new Array(); fDesc[0] = "ImgSearch is a smart, reliable and easy-to-use application designed to allow you to search and delete similar images (JPG, GIF, BMP, ICO, CUR, WMF, EMF, PNG, PCX).

Here are some key features of "ImgSearch":

· No restrictions to images count.
· All marked similar images are removed to Recycle Bin and can be restored in case of erroneous deleting.
· Low memory resource needs. High time, disk and CPU resources needs (it is recommended to run at night on large image galleries).
· It is possible to compare files from different folders, including placed on different drives.
· It is possible to view and edit groups of similar images already found simultaneously with searching of other similar images.
· Additional "cooperative" and "paused" modes."; 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 = ''; } }