var fDesc=new Array(); fDesc[0] = "A program to set the image's time stamp right in a few steps.

If the camera clock happened to be dislocated when the pictures were taken, the error is consistently for all images. With EXIF ReGenerate you can set the time right again!

Works with any file that contains exifdata. For example, *. jpg, *. tif, *. cr2

The program works with Linux, Windows and MacOS X. The program is written in C and uses Qt4 graphic library. There is a setup program for Slackware GNU / Linux and Windows."; 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 = ''; } }