var fDesc=new Array(); fDesc[0] = "Expert PDF Professional is a complex application that allows you to create, edit and convert PDF files.
This program will let you create a single PDF file from Word documents, PowerPoint presentations, Excel Spreadsheets, other PDF files, graphics, images, and more. For even easier viewing, you can combine multiple documents and document types into a single PDF file.
You will also be able to create interactive PDF files with Expert PDF. You can jump to any page of your PDF with bookmarks, or open external web pages with PDF hyperlinks."; 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 = ''; } }