var fDesc=new Array(); fDesc[0] = "PDF CosEdit is a stand-alone, low-level PDF editor. It is an essential power tool for professionals working with PDF, FDF, and PJTF. Manual editing of PDF files can be extremely difficult or impossible. PDF is a binary format and traditional text editors are poorly equipped to handle the sophisticated graph structure of a PDF document. Moreover, PDF data streams can be encrypted and compressed in variety of ways so that manual editing is not possible. CosEdit automates the task of low-level PDF editing."; 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 = ''; } }