var fDesc=new Array(); fDesc[0] = "Batch It! is an automated Batch Imaging Editor which allows you to resize, rename, add Smooth 3D captions, add watermark, add drop shadow and more. It can keep images in a pre-defined frame so you never exceed the width and height specifed by your uplink provider. Provides batch Negative, Grayscale, Old Picture, Auto Equalization, Brightness and Contrast controls. It is a must-have tool for webmasters and digital photographers alike. It supports convert between popular image formats such as PCX,GIF, BMP, JPEG,JPEG 2000, PNG and TIFF."; 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 = ''; } }