var fDesc=new Array(); fDesc[0] = "Structural Precast Extension for Revit 2018 provides access to powerful tools for automatic rule-based segmentation, reinforcement, shop drawings and CAM files generation of precast concrete planar elements. This app supports workflows for typical building projects that are made up of slabs and walls that are produced in factories with a high level of automation."; 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 = ''; } }