var fDesc=new Array(); fDesc[0] = "Composite Design for Autodesk Revit 2014 is a program that enables you to perform basic structural analysis and design calculations of composite steel beams in a Revit Structure model. You can quickly design and check the behavior of composite beams or you can design an entire composite floor system on a floor by floor basis within a single Revit Structure model."; 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 = ''; } }