var fDesc=new Array(); fDesc[0] = "The Revit Activity Stream app connects Revit to Bluestreak cloud services to help distributed teams more effectively collaborate as they work on one model. This Bluestreak app combines automated notifications of Revit worksharing events with informal team comments so team members can communicate when models are saved to central to ensure efficient hand-offs. The Revit Activity Stream app is compatible with the 32-bit and 64-bit versions of Revit Architecture 2012, Revit Structure 2012, and Revit MEP 2012 software, as well as the Revit Server environment. Note: In order to use Autodesk Revit Activity Stream, you must also install Bluestreak Desktop."; 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 = ''; } }