var fDesc=new Array(); fDesc[0] = "Revit Extensions extend the capabilities of Autodesk® Revit® Structure 2012 software in key areas, including structural analysis, modeling, concrete reinforcement, interoperability, and construction documentation. This download contains all previously released Revit Extensions and updates. In addition, this download includes enhancements to several extensions (such as Column/Beam Reinforcements, Content Generator, Rebar Interferences, CIS/2 Import, Steel Connections, Integration with Autodesk® Robot™ Structural Analysis 2012 and AutoCAD® Structural Detailing 2012 software) and two improvements on the framework (Ribbon Integration and Units)."; 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 = ''; } }