var fDesc=new Array(); fDesc[0] = "ProceraPlus is a program that will help customers to design, draw and calculate low voltage installations according to their respective country wiring rules. It features:
- Horizontal and vertical direction of the installation
- Number of sources: 6 normal + emergency source (up to 6300A) in parallel + standby power unit
- Earthing systems: TN(-C-S), TT and IT with and without neutral
- Distribution boards and terminal circuits."; 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 = ''; } }