var fDesc=new Array(); fDesc[0] = "The HDPsyChart allows software developers to pass project information along with an unlimited amount of state points and processes to the chart for display.
HDPsyChart produces the highest quality psychrometric charts in the world. The charts are drawn with the un-matched accuracy level of the HDPsyTech engine.
The HDPsyChart also provides a professional state point and process report detailing all of the psychrometric and process values."; 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 = ''; } }