var fDesc=new Array(); fDesc[0] = "Paladin DesignBase is the most comprehensive power systems engineering modeling platform available today... and the only platform that allows design models to be re-deployed in live mode, using Power Analytics’ Paladin Live real-time model-validated analytics solution. Unlike conventional design/CAD packages, Paladin DesignBase gives power systems professionals the means to create more than simple CAD drawings: they create a robust electrical designbase – a detailed knowledge base of all the components, processes, and performance specifications of their entire electrical distribution system."; 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 = ''; } }