var fDesc=new Array(); fDesc[0] = "Spotlight® on Unix/Linux is a performance diagnostics and resolution tool. It graphically displays the real-time flow of data in your Solaris, AIX, HPUX, and Unix/Linux operating systems — including I/O subsystem, cache, and kernel information. It automatically sets a baseline of normal activity for each system to create thresholds and send an audible or visual warning of impending problems. With Spotlight, you can identify congested areas and quickly respond to performance problems before they impact end users."; 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 = ''; } }