var fDesc=new Array(); fDesc[0] = "Okdo PowerPoint to Pdf Converter is a professional PowerPoint to PDF converter which provides an easy and fast way for you to batch convert your ppt/pptx/pptm format file to your personal and searchable PDF file. All you need to do is to add your converted files to the list then click "Convert" is ok. The speed is super fast,The output PDF quality is super good with preserving the original text, tables, image, layout of your file."; 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 = ''; } }