var fDesc=new Array(); fDesc[0] = "EXCOUNT-II is a complete surge arrester monitoring system. It permits recording of the number of discharges seen by the arrester as well as their amplitude with time-stamp, together with measurement of the total leakage current and resistive current through the arrester. The data permits diagnostic analysis of the surge arrester's performance and state of health over time as part of a Smart Grid approach to system reliability."; 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 = ''; } }