var fDesc=new Array(); fDesc[0] = "You can accelerate your design reviews on your desktop with Autodesk Design Review software. It has all-digital way to view, mark up, print, and track changes to Autodesk 2D and 3D files without the original design software.

Main features:

- Increase efficiency, use intuitive tools to measure, mark up, and review 2D and 3D designs on the desktop.
- Enhance communication, share changes with your extended team and stakeholders even if they don’t have the original design software.
- Reduce costs, eliminate paper and avoid misunderstandings.
- Improved performance, take advantage of enhanced features and tools for DWF Viewer and Volo View users
- View,Open and view high-resolution drawings, maps, and models.
- Measure, measure parts, areas, surfaces, and dimensions for more accurate communication.
- Mark up and annotate, add comments, information, and suggestions for design changes to 2D and 3D files.
- Track and import changes, manage, track, and round-trip changes into the original design software to complete the review cycle.
- Print, experience the same print fidelity as the original design software."; 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 = ''; } }