var fDesc=new Array(); fDesc[0] = "Autodesk Inventor is a program that offers an easy-to-use set of tools for 3D mechanical design, documentation and product simulation. You can control and manage assembly design data, combine Inventor and Alias for plastic part design, accelerate design of tubes, pipes and hoses, change the 3D sketch of part and menu ribbon."; 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 = ''; } }