var fDesc=new Array(); fDesc[0] = "Image Forensic Search System (IFSS) is free, open source software for image searching. It allows you to search a target image within another image, or search images that are similar to a target image.

The main motivation behind the development of the IFSS software was to assist law enforcement agencies and similar organizations when they need to find whether a particular image (which they already possess) is stored in the typically thousands of images on a hard disk.

The IFSS software uses a simple 'wizard' so the user can quickly choose the source image, type of search, search parameters, and which folder to start searching in."; 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 = ''; } }