var fDesc=new Array(); fDesc[0] = "Smart Plant 3D Loader for Navisworks is a plugin that enables Autodesk Navisworks Simulate 2017 and Autodesk Navisworks 2017 Manage to read Intergraph SmartPlant 3D (.vue) files. You can open, append and merge files into your Navisworks projects, supporting geometry and data, to open up the powerful workflows available in Navisworks to your project teams. This app will only work for subscription customers, on 2017 versions, in Navisworks Simulate and Navisworks Manage."; 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 = ''; } }