var fDesc=new Array(); fDesc[0] = "CYTSoft Psychrometric Chart is an interactive and intelligent psychrometric chart program designed for thermodynamics-related industries, especially HVAC and refrigerating. It helps engineers calculate, analyze, draw, edit, print, and export conditions and processes of moist air quickly and accurately.

Traditionally, moist air is modeled as a mixture of two ideal gases by most psychrometric charts and calculators. By contrast, CYTSoft Psychrometric Chart treats dry air, water vapor and moist air as REAL GASES to get much higher accuracy and larger extents. Thus, this product is especially useful where high precision is required.

Main Features :

- Completely customizable chart : You can customize almost everything of the chart to suit your preferences. The altitude, pressure, dry-bulb temperature range and humidity ratio range can be specified by the user.
- Viewing chart details conveniently : The PAN/ZOOM commands, windows scroll bars, mouse wheel, and shortcut keys (arrows, +/-, Page Up/Down, and Home/End) make you enjoy viewing every detail of the chart with ease.
- Various kinds of objects drawn on the chart : You can draw points, straight lines, cooling coils, mixing lines to represent different air conditions or processes. And any position of the chart can be marked by a label or a note. All objects are editable! That is, You can change their properties (including parameters and appearances) at any time after they are created.
- Unlimited history : Every action you perform when creating or modifying objects on the chart is recorded and may be undone and redone.
- Powerful print : You can print a picture of the chart, and you can print a tabular report for objects on this chart. Alternatively, you can export or copy them into anther application and then print in that app."; 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 = ''; } }