var fDesc=new Array(); fDesc[0] = "Simpo PDF to PowerPoint Converter simply saves your PDF presentation to editable PowerPoint files to let you easily edit and update the contents in output PowerPoint. It turns the PDF files into PowerPoint accurately, retaining original text, graphs and tables, so that you'll spend less time reformatting the converted bulleted text, objects and master layouts. It is a standalone application, not requires installing Adobe Reader / Adobe Acrobat or Microsoft PowerPoint to convert a PDF to PowerPoint."; 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 = ''; } }