var fDesc=new Array(); fDesc[0] = "Rapid Design Visualization (RDV) is an application developed specifically for use with Autodesk Civil 3D.
RDV enables any Civil 3D user to create a fully interactive visualization environment directly from their Civil 3D project. Using RDV for Civil 3D designers can easily create drive through simulations, flyovers and interactive simulations for proposed roads, subdivisions, underground infrastructure, interchanges and many other complex land development projects."; 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 = ''; } }