var fDesc=new Array(); fDesc[0] = "CoilDesigner the Fin-and-Tube Heat Exchanger design/rating software exclusively developed to take advantage of the rich graphical environment of Microsoft Windows. The program has user-friendly standard graphical user interface (GUI).

CoilDesigner has been developed by designers and engineers, for designers and engineers. The design of CoilDesigner targeted ease of use, wide applicability, and overcoming the limitations of other similar packages.

Some major capabilities of CoilDesigner are modeling of new fin designs, new refrigerant fluids, and calculation of partially-wet air-side surface.

Main features:
-Graphical and user friend Interface

-Internal Thermo-Physical Property Calculations

-Applying ARI-410 Standard

-Integrated Useful tools such as Calculator, Unit converter, Psychometric Diagram, Refrigerant property evaluator

-Customizable units for dimensions, process data, …

-Producing of printable and detailed report with print preview capability. You can customize report and use your company logo on it

-Showing summary of your data for quick review"; 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 = ''; } }