var fDesc=new Array(); fDesc[0] = "Foxit Advanced PDF Editor with Paragraph Editing

Many times document authors need to do extensive editing directly to a PDF file. Whether you're editing paragraphs, font sizes, or more, the Foxit Advanced PDF Editor provides a word processor environment to editing PDF documents. When you need to change a single word, a paragraph, or the entire page, Advanced PDF Editor will reflow and reformat your text enabling you to create professional looking PDF documents. This is the ideal solution for PDF documents where you do not have the original source 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 = ''; } }