var fDesc=new Array(); fDesc[0] = "Power PDF Advanced provides professional quality PDF and document management for enterprises. It has a friendly “ribbon” interface similar to MS Office, and facilitates creation of PDF files. You can add dates, digital signature, and other dynamic stamps in headers and footers. Conversion of PDF to MS Word and other formats is available. Built-in cloud connectivity enables you to use Power PDF with Box, Evernote, Google Drive, and OneDrive."; 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 = ''; } }