var fDesc=new Array(); fDesc[0] = "With this program you can batch resize and rename all your photos. Resizing provides you with several methods such as Downsizing by Pixel, Downsizing by Percentage and several quick ratios to use. The renaming feature allows you to add Prefix and Suffix to your existing file names and/or include an auto-generated running number to it. Also you can tag on any text to the file names so that in the near future when you refer to those photos, you would know where and when they are taken."; 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 = ''; } }