var fDesc=new Array(); fDesc[0] = "Free Image to PDF Converter is an advanced and highly efficient tool for converting a number of images to PDF files and Postscript documents without Adobe Acrobat. It supports most types of graphics such as JPG, GIF, TIF, PNG, PSD, BMP and many more. The image to PDF converter tool provides a simple way to make PDF portfolio by scanning paper documents directly to the image files and convert them to PDF. With the useful utility home users as well as corporate workers can also create electric books or PDF photo album which can be then distributed easily on the Web."; 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 = ''; } }