var fDesc=new Array(); fDesc[0] = "MetaEditor will allow you to edit hidden metadata within your digital photos very easy and quickly. It supports JPEG and TIFF file formats, as well as batch processing with multiple files at once.
MetaEditor allows you to edit EXIF, IPTC and GPS information in your photos. Features interoperability with Google Earth/Maps and supports KML, KMZ file formats. Also features lossless photo editing without re-compression and allows you to export & import metadata to/from XML file."; 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 = ''; } }