var fDesc=new Array(); fDesc[0] = "The feeder protection relay REX 521 is designed for protection, control, measuring and supervision in medium voltage networks and for protection of large or medium-size three-phase a.c. motors in circuit breaker controlled motor drives. Typical applications include incoming, outgoing feeders and motor feeders as well as substation protection. Further, the relay can, e.g., be applied as back-up protection of power transformers and back up for high-voltage line-protection relays."; 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 = ''; } }