var fDesc=new Array(); fDesc[0] = "Psychrometric Chart Duct Calculator is a precise and powerful tool designed for HVAC&R engineers. This psychrometric chart use ASHRAE equations at normal temperature and pressure region and is perfectly consistent with all ASHRAE charts of No.1-7(SI Units) and No.1-5(IP 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 = ''; } }