var fDesc=new Array(); fDesc[0] = "3DPageFlip PDF to Image (freeware) is a professional and comprehensive piece of software designed to help you convert PDF documents to graphic file formats with ease. It is able convert a lot of Adobe PDF files to popular image format once for saving your time.

It helps you to convert PDF files into commonly usable image formats such as BMP, JPG, JPEG, PNG, TIFF."; 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 = ''; } }