var fDesc=new Array(); fDesc[0] = "SPC HPD shows you how to size heat pipes for use in enhanced dehumidification applications. The software also includes a facility for plotting process paths on a computer-generated psychrometric chart. It's a simple and graphic demonstration of the benefits that heat pipes bring to the dehumidification process."; 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 = ''; } }