var fDesc=new Array(); fDesc[0] = "SKM Power*Tools is a professional design and analysis solution for Windows OS. Calculates the incident energy and arc flash boundary for each bus in the system.

Trip times are automatically determined from the protective device settings and arcing fault current values. Incident energy and arc flash boundaries are calculated based on accumulated fault values."; 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 = ''; } }