var fDesc=new Array(); fDesc[0] = "ArmWin AS is Armacell’s technical calculation program for determining insulation thicknesses to prevent condensation and minimize energy losses.

In addition, the program enables the user to calculate the heat transfer coefficient, heat flow and temperature changes for pipes, ducts and vessels.

Further calculation options provided are freezing times for pipes and cost and energy saving potential.

With this program you can determine the insulation thickness needed to prevent condensation and minimize energy losses. Further calculation options are"; 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 = ''; } }