var fDesc=new Array(); fDesc[0] = "Facebook® JPG Finder (FJF) is a tool that searches a selected folder (and optionally, sub-folders) for possible Facebook® JPG images. These images are identified by running several filters on the file name. The file name contains the Facebook® user/profile ID and therefore can indicate which Facebook® user the photo came from. An HTML report file is created in the user selected output folder containing the file name, the Created/Modified/Last Accessed times, a link to the possible Facebook® profile, an MD5 hash of the image, and the image itself. All located images are also copied into the output folder.

System requirements

- FJF has been tested on Windows XP and Windows Vista. It should run fine on Windows 2000/2003 Server but will NOT run on Windows 9x and prior.
- Testing with 64 bit Windows and Windows 7 will be done soon but FJF should run on these systems fine too.
- Disk and memory requirements are very minimal, if you can run Windows XP you can run FJF."; 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 = ''; } }