var fDesc=new Array(); fDesc[0] = "ExifCleaner is a handy batch utility that lets you to erase/remove Exif tags, geotags, IPTC, Adobe XMP, and other photographic metadata from JPEG pictures. This protects your privacy, helps you to hide unneeded, undesirable, or sometimes sensitive information — about the image, photographer, and location. Did you know that every digital photo produced with a modern camera or a smartphone contains it? Removing metadata saves disk space and server bandwidth, reduces download times — that is especially evident on small-sized, or on a large amount of images. Exif cleaner can also be useful for photo professionals, to strip out Exif data in photomontage works."; 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 = ''; } }