var fDesc=new Array(); fDesc[0] = "ProConcrete 3D is a modelling, detailing and scheduling application that dramatically improves efficiency and accuracy of design and construction reinforced concrete structures.
Based on Autodesk's AutoCAD platform, ProConcrete 3D's 2D and 3D tools are also interoperable with the internationally recognised structural steel application ProSteel 3D. ProConcrete3D can be used to produce the entire concrete structure of beams, columns, slabs, precast elements and masonry components with ProConcrete 3D's intelligent 3D objects."; 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 = ''; } }