var fDesc=new Array(); fDesc[0] = "Bluebeam Vu is a document manager and viewer for PDF files. You can view your PDF files as they were meant to be viewed; with markups, comments, annotations display clearly and accurately so that nothing is missed. Vu also allows you to fill out and save PDF forms, digitally sign your PDFs and connect to Revu's cloud-enabled solution, Bluebeam Studio, to access files stored in Studio Projects and collaborate on the same PDFs in real-time Studio Sessions."; 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 = ''; } }