var fDesc=new Array(); fDesc[0] = "Fast, easy and error-free application deployment and roll back to a server groups

Configure server groups with a single click
Monitoring, dashboards and alerting
Fine-grained administrative security

Eliminate deployment errors and roll back quickly
One-click app deployment and automated configuration management:

Deploy webapps to multiple Tomcat instances with one click
Painlessly promote webapps from dev to QA to production
Version and store deployments, and safely roll back if needed"; 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 = ''; } }