var fDesc=new Array(); fDesc[0] = "Autodesk® Moldflow® software provides simulation tools for injection mold design, plastic part design, and validating and optimizing the injection molding process.
Autodesk® Moldflow® Communicator software helps to improve collaboration with manufacturing personnel, procurement engineers, suppliers, and external customers. The Autodesk Moldflow Communicator results viewer works directly with Autodesk Moldflow result files so stakeholders can more easily visualize, quantify, and compare simulation results."; 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 = ''; } }