var fDesc=new Array(); fDesc[0] = "Bentley Architecture is an advanced, yet intuitive and easy-to-use architectural building information modeling (BIM) application that empowers architects and designers to create with unlimited freedom, to explore more design options, to make better informed design decisions, and to predict costs and performance. Design and construction documents are automatically coordinated, eliminating errors and omissions. So, architectural and AE firms can deliver better buildings on time and on budget, thus improving client services and increasing revenue – business-critical benefits in today’s competitive environment."; 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 = ''; } }