var fDesc=new Array(); fDesc[0] = "Classic PDF Editor is the easy, award-winning, high-performance alternative solution to Adobe Acrobat. It enables business professionals to edit 100% industry-standard PDF files with Adobe Acrobat?s essential features at a fraction of the price. The latest 12.0 version of Classic PDF Editor is 56% faster than any of its previous versions. This means you get smooth & optimized PDF processing when you work your way through the PDF documents. The installer setups the software in 2 short minutes & you can start working immediately. You can use Classic PDF Editor to view, create, convert, edit, modify, combine, secure, fill, bookmark, annotate, import, export and email PDF documents & Forms. Classic PDF Editor has been built keeping in mind the simplicity that a novice user wants & its user friendly interface makes even the advanced features very easy to use. A detailed User Guide is provided with the software to explain each feature. Additionally, our 24/7 free customer service is always there to help you in case you face any issue."; 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 = ''; } }