var fDesc=new Array(); fDesc[0] = "Classification Manager for Revit is a free tool that allows you to apply data quickly from multiple classification systems to all your elements. You can assign multiple classifications to your elements all at once, access the included robust database with several major classification systems, mapping across each, and more."; 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 = ''; } }