var fDesc=new Array(); fDesc[0] = "The third Vico Office release connects the 3D model geometry to 4D planning and scheduling to 5D cost planning and budgeting. Creating a live, integrated model means that a change in the building design immediately results in a change in the schedule and budget. 5D BIM is now a complete answer machine for integrated building teams. Users will recognize the same GUI and features ribbon, as well as the step-by-step navigation on the left-hand side of the screen, but now with expanded capabilities for LBS Manager, Schedule Planner, 4D Manager, and Production Controller."; 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 = ''; } }