var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to rename many digital photos at once. Images with filenames such as IMG_1740.JPG, IMG_1741.JPG, IMG_1742.JPG, etc. will be renamed to Birthday-001.JPG, Birthday-002.JPG, Birthday-003.JPG, etc. in a matter of seconds. This software will save you time and energy by batch processing your photo collections to give them more descriptive names."; 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 = ''; } }