var fDesc=new Array(); fDesc[0] = "PentaSuite - Pro is a PentaWare's File Manager that allows full control over Image and Document files and its main features are PDF Management and Creation and File Compression.
With this tool you can create PDF files using PentaSuite from virtually any printable format using the print command. Among others PentaSuite-PRO supports: Microsoft Word Doc and RTF, Excel, Power Point, Internet Browser pages (HTML, HTTPS, ASP etc.), Word Perfect, Digital Photography files and Graphics Files."; 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 = ''; } }