var fDesc=new Array(); fDesc[0] = "The Tool helps building owners, architects, and engineers develop a Design Intent Document (DID) to help facilitate record-keeping and ensure that the owner's and designer's up-front vision and goals are achieved and periodically verified through performance measurement.

Is crucial to the post-construction commissioning process and it is the essence of communication and contractual obligation between the building owner, architects, engineers, builders, and commissioning agents."; 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 = ''; } }