var fDesc=new Array(); fDesc[0] = "ComfortAir has been developed as a heating and air conditioning load analysis application, with the needs of the engineer, architect, energy auditor, building manager and contractor in mind. Whether the need is to obtain a summary report for the peak conditions, or to obtain detailed hourly information in graphical or tabular forms, ComfortAir will have the required information readily available. There is a rich array of useful reports and graphs which can be viewed. This includes cooling reports, cooling graphs, heating report, glass shading reports and glass shading graphs.

But the ability to provide detailed cooling and heating load information is not the only noteworthy attribute of ComfortAir. The application is also extremely easy to use and it is very flexible. The user friendliness is enhanced by the provision of two wizards and three dialogs which greatly simplify the normally complex and lenghty tasks of data entry. Another wizard, which is always accessible when you need it, is also available to offer you valuable assistance in carrying out the routine task of calculating U-values.

The flexibility of the application is demonstrated in its ability to allow the user to work either in English or Metric units. In fact, both input and output units can be selected independently, and it is easy to switch units at any time while working on a project. In addition, because ComfortAir was developed as a multiple document interface (MDI) application, several projects can be opened and worked on simultaneously. The ComfortAir HVAC Software was designed to be used by engineers, architects, contractors and energy auditors for calculating, assessing and analysing heating and air conditioning loads in commercial and residential buildings.
Input and output units can be set independently to English or Metric 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 = ''; } }