var fDesc=new Array(); fDesc[0] = "Merges, moves, copies, and deletes pages in your PDF document. You can use this tool to merge multiple documents and rearrange the pages. PDF Studio also serves as a lightweight PDF reader. You can use it to open, view, and print your PDF documents.

Use the Ribbon Bar to perform the main function in the viewer. You can also right-click anywhere in the PDF document to get access to the popup menu for performing actions like rotate, copy and display document properties."; 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 = ''; } }