var fDesc=new Array(); fDesc[0] = "Elite's PsyChart program colorfully displays the psychrometric chart on the computer screen and allows you to carry out all operations and analysis normally done using a conventional psychrometric chart. However, PsyChart is more than an electronic display of the standard psych chart. For example, it can quickly display numerical values of all properties for any selected point on the psych chart. Points on the psych chart can be labeled for future reference, and reports of their properties can be displayed on the screen or printer. Additionally, PsyChart allows psychrometric processes to be analyzed. The lines for all standard psychrometric processes, such as heating and humidification, cooling and dehumidification, mixing, collecting, etc., are displayed on the chart with simple user commands.



Although the initial display is the standard ASHRAE sea-level chart, you can change it to show a chart for any elevation or pressure, and for any range of dry bulb temperatures. You can further customize the chart by specifying to show or omit any of the property lines which can be displayed with either English or SI metric units. In order to view sections of the psych chart in fine detail PsyChart allows the user to zoom in to any selected region of the chart. PsyChart can print high-quality color reports and charts."; 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 = ''; } }