var fDesc=new Array(); fDesc[0] = "Lighten PDF to PowerPoint Converter allows you to convert PDF documents to PowerPoint presentations, preserving the original text content, images, and overall layouts. The program supports batch conversion, so you can import unlimited PDF files at one time. Also, it supports converting encrypted PDF files that are protected from copying, printing, and editing."; 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 = ''; } }