var fDesc=new Array(); fDesc[0] = "The Bridge Modeler for Civil 3D 2011 is a Civil 3D add-in module which can create simplified bridges directly from a Civil 3D corridor object. It is a technology preview project at Autodesk Labs derived from a subset of Bridge Extension for Revit Structure 2011, a part of Subscription Advantage for Revit Structure 2011, which provides more robust bridge modeling capability and works with Bridge Modeler for AutoCAD Civil 3D 2011. The chart below illustrates the bridge design workflow based for the project. Highway Engineers and Bridge Engineers are treated separately to assume requirements for design practice and preference of technologies."; 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 = ''; } }