var fDesc=new Array(); fDesc[0] = "The FX-2000 Series is ideal for residential, commercial, industrial, and institutional applications. The base system consists of one analog loop and four indicating circuits. In addition the base system supports conventional hard wired modules.

With its flexible modular design, the FX-2000 Series can be configured to meet challenging requirements without compromising its easy installation and operation."; 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 = ''; } }