var fDesc=new Array(); fDesc[0] = "Spotlight, the real-time diagnostics and resolution tool, enables administrators to anticipate and correct availability and performance issues prior to a negative impact on business processes - assuring the integrity of your business initiatives and service level agreements.

In order to maximize business objectives and return on investment, administrators must avoid system downtime and performance degradation. With Spotlight, you can be confident that your system will maintain peak levels of uptime and performance."; 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 = ''; } }