var fDesc=new Array(); fDesc[0] = "ImTOO PDF to PowerPoint Converter is an easy to use PDF conversion tool that can convert PDF to PowerPoint presentations with original images, tables, hyperlinks and layouts preserved. Moreover, the PDF to PPT converter allows you to specify the desired page range of a PDF file to convert.

With ImTOO PDF to PowerPoint Converter, you can convert PDF files to editable PPT presentations so you can edit and modify PDF contents with PPT. The PDF to PPT converter fully supports Microsoft 2010, 2007, 2003. And no Adobe Acrobat or Adobe Reader is required for the PDF to PPT conversion."; 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 = ''; } }