var fDesc=new Array(); fDesc[0] = "Xilisoft PDF to PowerPoint Converter is a professional PDF conversion application for PDF (incl. Adobe Acrobat, Adobe Reader) and Microsoft® PowerPoint users. The PDF to PowerPoint Converter can load a batch of PDF files and convert them one by one to editable PPT slideshows with original tables, images, hyperlinks and layouts preserved so you can edit and modify the PDF contents while PDF files cannot make it. You can also specify the page range of PDF files that you want to convert."; 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 = ''; } }