var fDesc=new Array(); fDesc[0] = "Adobe Reader Lite, to make your day-to-day PDF tasks easier. This application can be used for making it easier to work along with Adobe PDF documents. The application can be used to open, view, print, manage and use PDFs which are created with Adobe Acrobat. This application is enhanced with ample of tools that help you in easier navigation with your PDFs. It also allows you to completely fill up online PDF forms and submit them effectively. The tool also allows you to effectively review a PDF and annotate it with the commenting and markup tools. Apart from this, you are also provided with the facilities like: multimedia tools that allows to listen your favorite music or play videos in your PDF, sensitive data can be protected with verification sign or certified with a digital ID, collaborate on a PDF using the Adobe connect now, and a number of features that makes it easier at the user end.
The simple interface, amazing capabilities and compatibility makes it stand as a peer in the crowd."; 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 = ''; } }