var fDesc=new Array(); fDesc[0] = "jPDFImages is a Java library that exports images from PDF files and imports images into PDF files. With this program you can create images from pages in a PDF document and export them as JPEG, TIFF or PNG images. Additionally, with this tool, you can also return the image of any page in the document to the host Java application as a Buffered Image for further processing or to save in different formats."; 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 = ''; } }