var fDesc=new Array(); fDesc[0] = "Instal-therm HCR 4 is designated for designers, installers, maintenance engineers and operators of hydronic central heating systems with convectors (double- and single-pipe systems) and radiant heating systems (floor and wall heating systems). It also supports the design and adjustment of double-pipe cooling medium circuits in air-conditioning systems. The circulating medium may comprise water or any of the non-freezing mixtures defined in the program. Instal-therm is a component of the InstalSystem package, which also includes Instal-heat&energy for calculating heat losses and seasonal heat demand in buildings, an optionally also Instal-san for designing indoor cold and hot water supply systems and sewage systems in residential and public buildings."; 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 = ''; } }