var fDesc=new Array(); fDesc[0] = "The easy-to-use CAP 540 software tool provides the required functionalities throughout the life cycle of ABB’s 500 series protection and control terminals for transmission applications.

The efficient off-line engineering functionality of this tool speeds up the engineering phase by allowing the terminals to be engineered according to your order specifications already before the delivery.

The library definition files for CAP 540 are generated by our ordering system to eliminate the risk of mismatch between the ordered terminal and the function library used in off-line engineering. The library definition files are delivered to you via an e-mail server and you can open them in CAP 540."; 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 = ''; } }