var fDesc=new Array(); fDesc[0] = "The EXIFutils are a set of command line utilities that extract, add, remove, copy, and replace EXIF, IPTC, and XMP meta data in JPEG, TIFF, and other image file formats including proprietary Raw formats. For more information see EXIFutils Features.

The EXIFutils are available for Windows (all versions from Windows95 to Windows 7), x86 Linux, and MacOS X (Intel). They are released under a Shareware license. A free demonstration version is available, which allows use of a restricted set of features for an unlimited time."; 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 = ''; } }