var fDesc=new Array(); fDesc[0] = "ElectricCommander automates and accelerates the application development (build-test-deploy) process and its supporting IT resources (physical, virtual, or public/private cloud). ElectricCommander makes the application development process run faster and with fewer errors, ensuring cloud infrastructures are utilized more efficiently. When software development is mission critical in an enterprise, ElectricCommander creates a competitive advantage through higher software quality, reduced costs, and increased developer productivity."; 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 = ''; } }