var fDesc=new Array(); fDesc[0] = "REF620 ANSI is a dedicated feeder relay perfectly aligned for the protection, control, measurement and supervision of utility substations and industrial power systems. REM620 is used with circuit breaker or contactor controlled HV motors, and contactor controlled medium-sized and large low-voltage (LV) motors in a variety of drives such as pumps and conveyors, crushers and choppers, mixers and agitators, fans and aerators."; 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 = ''; } }