var fDesc=new Array(); fDesc[0] = "The Elite Software HVAC Tools program allows the quick calculation of 13 common HVAC design tasks. These tasks include duct sizing, wire sizing, three way coil interpolation, mixed air and state point psychrometrics, fan curve and cost analysis, U-Factor calculations, natural gas pipe sizing, refrigeration line sizing, general pipe sizing, hot/chilled water pipe analysis and the quick look-up of common HVAC formulas and conversion factors."; 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 = ''; } }