var fDesc=new Array(); fDesc[0] = "TemCurve Selectivity Analysis Software is shaped around the extensive range of Terasaki circuit breakers, but also includes a large number of complimentary protective devices such as High and Low Voltage Fuses to BS88/IEC269, IDMT Relays to BS142/IEC255.As a result, TemCurve can assist in protection device grading from the transformer primary to the point of final distribution, giving the facility to produce overcurrent and earth fault studies."; 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 = ''; } }