var fDesc=new Array(); fDesc[0] = "MELSHORT 2 is a complete software package that provides all the functions needed for successful switchgear system configuration and layout. It supports all modern international electrical engineering standards and shines with simple and reliable operation.
Main features:
- Calculation of low-voltage switchgear
- Optimum selection of circuit breakers
- Coordination with the main power supply systems
- Allowance for the start-up currents of electric motors
- Selective shut-down
- Backup protection
- Simple and secure operation"; 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 = ''; } }