var fDesc=new Array(); fDesc[0] = "3DPageFlip PDF to PowerPoint (freeware) is a conversion tool designed to convert PDF files into PowerPoint format files. Using the application you can simply convert any PDF file and preserve original text, tables, images, hyperlinks and layouts after conversion. Each PDF page will converted to one PowerPoint slide."; 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 = ''; } }