var fDesc=new Array(); fDesc[0] = "Air circuit breakers can be used both as circuit-breakers for general protection (of plants, of user complexes, of electric lines) and as protection circuit breakers of electrical machines (generators, motors, transformers, capacitors).
All the SACE Emax circuit-breakers except for Emax X1, have the same height and depth both in the fixed and withdrawable version and allow construction of compact switchgear."; 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 = ''; } }