var fDesc=new Array(); fDesc[0] = "Apex Images to PDF Converter allows you to convert photos to PDF files. The program easily converts image formats like TIF, TIFF, JPG, JPEG, PNG, GIF, BMP, JPE, JFIF, ICO into PDF format. You can even convert scanned paper documents directly to image files and then convert them to PDF using Apex Images to PDF Converter.
Just add image files to the list, click the Convert button, and the program will directly convert them into a PDF document."; 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 = ''; } }