var fDesc=new Array(); fDesc[0] = "Autodesk® Navisworks® Simulate software provides advanced tools for simulation and powerful features to help you better communicate project information. Multidisciplinary design data created in a broad range of Building Information Modeling (BIM), digital prototypes, and process plant design applications can be combined into a single, integrated project model. Comprehensive schedule, cost, animation, and visualization capabilities assist users in demonstrating design intent and simulating construction, helping to improve insight and predictability. Real-time navigation combines with a review toolset to support collaboration among the project team. Entire project models can be published and viewed in NWD and DWF™ file formats to provide valuable digital assets from design through construction."; 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 = ''; } }