var fDesc=new Array(); fDesc[0] = "Picture Information Extractor is an image browser and viewer with photo metadata and file renaming features. It extracts EXIF, XMP, and IPTC from JPG, TIF, and RAW files and makes it available in its interface for editing. You can add and delete tags, change capture date & time in JPG, TIFF, and RAW formats, and lossless rotate and update embedded thumbnails without destroying the Makernote block."; 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 = ''; } }