var fDesc=new Array(); fDesc[0] = "ACTIONclima is a powerful tool capable of designing and producing fancoils and air treatment units for residential (houses), commercial (offices, shops, bars, hotels) and industrial applications. It can calculate by capacity or air flow for cooling, heating, or both depending on parameters. It provides exact calculations for each type of centrifugal fan-coils, a version and circuit type."; 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 = ''; } }