var fDesc=new Array(); fDesc[0] = "Autodesk® VIZ 3D modeling, rendering, and presentation software application provides state-of-the-art image creation technologies for communicating and sharing your design intent. With Autodesk VIZ you can:
Create: Model forms and import data from other design applications. At the beginning of a project, you can develop your ideas in real time and prepare design studies for more precise development.
Manage: Efficiently manage design data. As designs evolve, experiment with materials and lighting to test designs under development for compliance with specific performance criteria.
Share: Communicate with clients and team members through high-fidelity images, descriptive animation sequences and interactive views. Present finished or in-progess designs using the Autodesk DWF format."; 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 = ''; } }