var fDesc=new Array(); fDesc[0] = "Elipse Power provides an integrated communication, modeling, and analyses environment, comprising a modern EMS (Energy Management System)/ADMS (Advanced Distribution Management System) applicable to operational systems for generation, transmission, and distribution in large industrial plants. With its integrated architecture, Elipse Power allows you to easily access all information required for operating power networks, thus increasing your project’s efficiency and reducing its operational costs."; 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 = ''; } }