var fDesc=new Array(); fDesc[0] = "Revit Extensions extend the capabilities of Revit MEP 2010 in key areas, including coordination and documentation.

Revit Extensions is included in the subscription Advantage Pack.

The Autodesk Subscription Advantage Pack for Autodesk Revit MEP 2010 extends the capabilities of Autodesk Revit MEP 2010 software. Productivity-enhancing functionality and features better support coordination and documentation, while improved tools help you work more efficiently within the software."; 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 = ''; } }