var fDesc=new Array(); fDesc[0] = "Namexif is a tool to automatically rename photos with the date they were shot. Digital cameras have their own clock and record the date to each photos with a precision of a second. Namexif uses these data to rename photo filenames. Different format are available and user can also add a keywords. Doing so will make chronological order same as alphabetical one and set a unique name to your photos."; 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 = ''; } }