var fDesc=new Array(); fDesc[0] = "Bluebeam Revu is an end-to-end digital workflow and collaboration solution. It provides 2D/3D PDF creation, editing, markup, and collaboration for AEC workflows. Built-in Bluebeam Studio makes project management easier. Revu Standard also comes with plugins for Microsoft Office and the Bluebeam PDF printer for easy PDF creation.

Bluebeam Revu is also available in CAD and Extreme variants. CAD version includes everything in Standard, plus additional plugins for creating PDFs from AutoCAD, Revit, Navisworks Manage, Navisworks Simulate, SketchUp Pro and SolidWorks. Revu eXtreme includes everything in CAD and Standard, plus advanced features such as scripting, automatic form creation, OCR , Batch Link, Batch Slip Sheet, and Batch Sign & Seal."; 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 = ''; } }