var fDesc=new Array(); fDesc[0] = "Autodesk Inventor HSM is an app that allows you to take advantage of the strategies for 2.5D, 3D and 3 2 milling applications. The program not only provides all the conventional machining strategies, but it also generates smooth linking moves that reduce machining time and increase machine and tool life."; 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 = ''; } }