var fDesc=new Array(); fDesc[0] = "With the TapTalk® Communications Software installed, the operator has real-time, remote access to all functions of the M-2001 Series Digital Tapchanger Control. The control can act as the monitoring point for voltage, current and related power quantities, thereby simplifying operation while avoiding transducers and multiple Remote Terminal Unit (RTU) analog inputs."; 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 = ''; } }