var fDesc=new Array(); fDesc[0] = "AFT Fathom provides comprehensive, incompressible pipe flow analysis and system modeling capabilities combined with ease-of-use. Addressing open and closed loop systems, AFT Fathom includes a built-in library of fluids and fittings, variable model configurations, pump and control valve modeling and much more. With the optional Chempak add-in, a thermo- physical database of over 600 fluids is available to further expand the envelope of your analysis and design."; 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 = ''; } }