var fDesc=new Array(); fDesc[0] = "Extrusion Calculator ™ allows the user to quickly and easily determine the flow characteristics in the most common types of flow geometries found in extrusion like Tubes, Plates, Annuli and Screw Channels.

It can also simulate, multi-layer flows (coextrusion) and includes material database tools with viscosity data fitting functions to add your own materials. The user interface is very intuitive and self explanatory making it easy to learn and use."; 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 = ''; } }