var fDesc=new Array(); fDesc[0] = "BIMstop Revit Tools is a program that allows you to easily browse and place families directly from a curated Revit version. The application adds buttons to your Revit ribbon that allow you to browse a smaller toolbar sized version of BIMstop library within Revit and download families directly into your project."; 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 = ''; } }