var fDesc=new Array(); fDesc[0] = "PhantomPDF is an advanced PDF editor with cloud-based collaboration services. Its ConnectedPDF feature allows you to share PDF files and grant or revoke document access. ConnectedPDF Document Management lets you track who opens your document and what they do and notify readers of new updates. Business edition comes with advanced reflow editing, managing of path objects, compression of scanned documents, document redaction, and many other features."; 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 = ''; } }