var fDesc=new Array(); fDesc[0] = "pdf2image is a program that converts PDF files into high-quality JPEG, GIF, PNG, TIFF and BMP images for publishing on websites or for use in applications such as Microsoft Word, Microsoft Publisher and Microsoft PowerPoint. You can enhance your office documents, newsletters, emails or your websites with images that are just the right size and resolution."; 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 = ''; } }