var fDesc=new Array(); fDesc[0] = "AFT Fathom is fluid dynamic simulation software for engineers, used to calculate pressure drop and flow distribution in liquid and low velocity gas piping and ducting systems.

Main features:
- Advanced hydraulic solver using Newton-Raphson matrix methods.
- Detailed modeling for centrifugal and positive displacement pumps.
- Integrated graphing and reporting.
- Calculate the costs of pipes and other components."; 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 = ''; } }