var fDesc=new Array(); fDesc[0] = "Paroc Technical Insulation manufactures, markets and sells high quality stone wool ínsulations and solutions that provide added value to our customers. The PAROC Technical insulation product range incorporates pipe sections, wire net mats, lamella mats, slabs and high temperature insulation products. The products are manufactured in Finland, Sweden, Poland and Lithuania.

Hot water pipes need effective insulation so that the water is at the right temperature where it is used. Furthermore, by reducing heat loss, the insulation should minimise energy consumption and, hence, operating costs. Heating water pipes are insulated in order to restrict heat loss, to keep the warm water inside the pipes warm and to ensure that the heat is transported to the right place at the right time."; 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 = ''; } }