var fDesc=new Array(); fDesc[0] = "FileMind QuickFix for Microsoft Windows is a free tool that rapidly strips sensitive information from thousand of files - in just seconds!

FileMind QuickFix strips all your personal information and GPS location data from all your photos, with just a single mouse click.
Scrubs the Rest

GPS is not the only information that strangers may find in your photos. Personal information can also hide in Exif tags (picture-taking conditions such as date, time, camera type etc.) as well as Iptc and XMP tags (descriptive metadata such as names and addresses, copyright, location details etc.). Photos may also contain an embedded visual preview of the uncropped original. FileMind QuickFix removes all of the above!"; 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 = ''; } }