var fDesc=new Array(); fDesc[0] = "Okdo Pdf to PowerPoint Converter is a powerful PDF to PowerPoint format file converter. It supports converting PDF to PPT, PPTX and PPTM in batches, you can adjust the lantern slide size and direction, the image size to adapt the PowerPoint page and extract characters from PDF to PowerPoint 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 = ''; } }