var fDesc=new Array(); fDesc[0] = "Cut Opening LT is a free add-on for Revit that provides a set of tools for creating openings in building constructions. It allows you to easily cut holes in the places where MEP ducts, pipes, cable traces or conduits intersect Walls, Floors, Ceilings or Roofs. It has support for Revit 2014 and Revit 2013."; 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 = ''; } }