var fDesc=new Array(); fDesc[0] = "BatchConverter is a powerful utility to batch convert image files from more than 30 different file formats, including JPEG, TIFF, BMP, PNG, PSD, and more. You can automatically process a large number of files with the click of a button.
BatchConverter can easily include important EXIF (exposure data, etc.) and IPTC (image caption, headline, etc.) information on the output images."; 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 = ''; } }