var fDesc=new Array(); fDesc[0] = "Foxit PhantomPDF Standard is a program for editing, generation, and management of PDF documents. It lets you create and edit PDF documents and fillable forms. You can also rearrange pages, add headers, footers, and watermarks, and export PDF to other formats. Conversion of scanned images into searchable PDF is possible with OCR feature."; 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 = ''; } }