var fDesc=new Array(); fDesc[0] = "Revit LT is a simplified 3D BIM (Building Information Modeling) tool that helps you produce high-quality 3D architectural designs and documentation in a coordinated, model-based environment. It lets you generate 3D orthographic or perspective views from any angle of the model-based environment to visualize the space throughout the design process. You can create exploded axons and 3D details more quickly and easily.

Its walk-through tool can be used to create animations based on a camera moving along a path. This helps you visualize the building virtually, improve your understanding of the building and its spaces, and communicate design ideas to clients more effectively."; 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 = ''; } }