var fDesc=new Array(); fDesc[0] = "Autodesk® Inventor® Fusion is 3D modeling software that showcases intuitive direct manipulation capabilities for unrivaled ease of use. By uniting direct modeling and parametric workflows, Inventor Fusion offers the best of both worlds. Designers can freely explore complex shapes and forms while maintaining the underlying parametric history. Inventor Fusion makes it easy to open and edit 3D models from almost any source and incorporate them into your design, enabling rapid design changes without limitations."; 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 = ''; } }