var fDesc=new Array(); fDesc[0] = "Photo Date Changer is an application designed to change photo shooting dates, also called EXIF timestamps. Photo Date Changer allows you to manipulate JPEG EXIF timestamps at will by setting them to specific times or batch adjusting them by adding and removing time. This is essential for correcting the timestamps of images taken with a digital camera with a incorrectly set clock and to compensate for timezone changes."; 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 = ''; } }