var fDesc=new Array(); fDesc[0] = "DHex is a software tool that is made to demonstrate the chemical design calculations of Double Pipe (hairpin) Heat Exchangers.

The software will do all the thermal calculations involved in the design and will generate a summary of all results.
Software Features:
- Step by step calculation
- Support S.I Units and English (U.S) Units of measurement.
- Ability to import properties to Hot/Cold sides from Microsoft Excel.
- Save/Load 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 = ''; } }