var fDesc=new Array(); fDesc[0] = "KomfortAir has been developed to provide a highly effective response to a key need encountered by the customers.

Design requirements: To provide a fast, modern and reliable tool to select air diffusion products.

KomfortAir helps the engineer in the selection, calculation and sizing of supply air terminal devices (grilles and diffusers).

This program applies the most advanced theories in room air diffusion and is based on the experience and studies performed by the Koolair laboratory in Spain in conjunction with international researchers.

KomfortAir selects the air terminal devices, recreating a complete project with zones and rooms in accordance with the required design criteria."; 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 = ''; } }