var fDesc=new Array(); fDesc[0] = "With this RF system, Eaton has developed a wireless technology that sets new standards. The system stands out above all because of its flexibility and low energy costs and because it is easy, fast and clean to install and to bring into service.

A system designed to cover all requirements. It enables the user to control any function one could possibly think of via radiofrequency."; 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 = ''; } }