var fDesc=new Array(); fDesc[0] = "iFotooExif is application to view and modify the EXIF(Exchangeable Image File Format) data of JPEG files created by digital cameras. It analyzes and displays the shutter speed, flash condition, focal length, and other image information included in the Exif image format which is supported by almost all the latest digital cameras. iFotooExif support to add and modify the standard EXIF tags of image files. Data modified by iFotooExif can be read out by image browsers, editors and managers which support standard Exif tags. iFotooExif can analyze some maker-specific formats such as Makernote."; 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 = ''; } }