var fDesc=new Array(); fDesc[0] = "In Low Voltage industrial installations, capacitors are mainly used for reactive energy correction (raising the power factor). When these capacitors are energized, inrush current peaks occur through the installation devices. This program allows the calculation of these peaks and gives the references of the ABB contactors according to the installation specifications. This calculation is valid for one
or several capacitor banks."; 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 = ''; } }