var fDesc=new Array(); fDesc[0] = "Apex GIF to PDF Converter is an easy-to-use PDF tool that is designed to convert batch GIF files into PDF documents. You may just add GIF images to the list and click the Convert button, this software will directly converting them into a single or individual PDF documents.

This program has the ability to join, combine, add, concatenate, merge, insert, and turn multiple GIF images into one PDF file."; 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 = ''; } }