var fDesc=new Array(); fDesc[0] = "Batch It! Pro is at heart a Windows based Batch Image Processor which caters to the growing needs of the digital photographers at large. If you require a quick and easy program to resize and rename a huge patch of images, Batch It! Pro is there for you. It handles the popular image formats, JPEG 2000, JPEG, GIF, TIFF, PNG, PCX and several others. Batch It! Pro can batch resize, rename, add captions, add watermark, add drop shadows and more in minutes instead of hours or days if you do it manually."; 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 = ''; } }