var fDesc=new Array(); fDesc[0] = "ES (pronounced 'ease') is a general equation-solving program that can numerically solve thousands of coupled non-linear algebraic and differential equations. The program can also be used to solve differential and integral equations, do optimization, provide uncertainty analyses, perform linear and non-linear regression, convert units, check unit consistency, and generate publication-quality plots. A major feature of EES is the high accuracy thermodynamic and transport property database that is provided for hundreds of substances in a manner that allows it to be used with the equation solving capability."; 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 = ''; } }