var fDesc=new Array(); fDesc[0] = "Esteam is a Steam Properties Calculator with Add-ins for Spreadsheets.

The Calculator

- Select almost any pair of properties to define a state point and calculate the remaining properties
- Determine expansion line efficiency from data input
- Find downstream conditions from upstream conditions, downstream pressure and efficiency
- The calculator will guide you by indicating possible input conditions
- Input and results in either US or SI units

Spreadsheet Add-in

- Over 50 add-in functions
- For Excel 97, Lotus 1-2-3 97, and Quattro Pro ver 7& 8
- Permit use of a wide variety of input pairs.
- Steam turbine expansion line calculations.
- Working downstream.
- Working upstream.
- Input and results in either US or SI units."; 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 = ''; } }