var fDesc=new Array(); fDesc[0] = "Powerful PDF Editor Software. Easy to use free PDF Editor lets you add your own digital signature to a PDF, add text or edit existing text, rearrange text and graphics, or add notes and comments to documents. Edit locally, no need to upload your documents. Works offline - no internet connection required.

PicoPDF PDF Editor Features:
* Edit existing text or add new text
* Rearrange text and graphics
* Add notes and comments to documents
* Delete or move embedded images
* Add an image to your PDF file
* Type into blank spaces to fill out PDF forms
*Add a digital signature to a PDF"; 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 = ''; } }