var fDesc=new Array(); fDesc[0] = "NewELCAFancoil is a professional fan coil application with high efficiency EC motor that provides continuous air flow regulation and speed modulation. The brushless motor ensures the perfect adaptation to the thermal load in the ambient and reduces the temperature fluctuations comparing to set point parameters."; 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 = ''; } }