var fDesc=new Array(); fDesc[0] = "The Virtual Construction process provides the basis for forward-thinking construction companies
to save time and money by rapidly creating and utilizing simulations of project time and cost.
Virtual Construction allows you to coordinate design and schedule alternatives, and to synchronize and analyze changes between design, cost and schedule.
Construction modeling is a new discipline. The construction modeler creates a Virtual Construction model that is accurate for construction purposes, and which drives the Estimating and Scheduling processes."; 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 = ''; } }