var fDesc=new Array(); fDesc[0] = "Euro Heat calc is application whose purpose is to simplify choosing right type of PHEs.
Entering required fields (such is power, IN-OUT temperature mode), You are getting a list of acceptable PHEs with technical data and drawings.
Based on this parameters application automatically calculate mass flow rate in one of offered modul."; 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 = ''; } }