var fDesc=new Array(); fDesc[0] = "BIMXchange runs from within the Revit application itself. Since the browser is web-based, these factors translate to easy downloading of content and instant placement into any Revit project. Further, as the application evolves (browser enhancements, content additions and updates) users will benefit via email alerts in real-time. All content is stored in the ENGworks Cloud, so no effort is needed from the engineer's part to organize or manage data."; 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 = ''; } }