var fDesc=new Array(); fDesc[0] = "This is a software that simplifies every aspect of using the 735/737 relay. This PC-based configuration software used to describe the protocol and communication properties for a serial network. With this tool you will be able to find the theory behind feeder protection and walk you through all the steps needed to wire, configure, and diagnose faults in the 735/737 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 = ''; } }