var fDesc=new Array(); fDesc[0] = "A tool to add date and/or time stamp to the captured jpeg photo files .
Features

- Supports JPG file formats.
- Superimposes different formats of date/time to the photo, including custom stamp format.
- Superimposes some photo attributes (user comment, image description, shutter speed, aperture, focal length) to the photo.
- Time adjustment (year, month, days, hours, minutes) to the recording time code."; 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 = ''; } }