var fDesc=new Array(); fDesc[0] = "Steam-water-properties is a comprehensive steam table software for finding steam and water properties like pressure, temperature, enthalpy, entropy, viscosity, dryness fraction, thermal conductivity, specific volume and specific heat properties when any combination of following parameters are given: pressure and temperature, pressure and enthalpy, pressure and entropy, pressure and dryness fraction, and much more.
The calculations are done based on the code IAPWS IF-97."; 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 = ''; } }