var fDesc=new Array(); fDesc[0] = "SolarWinds’ log management software enables you to identify and resolve problems quickly, ensure compliance with internal and external regulations, and achieve proactive network defense.
SolarWinds Log & Event Manager (LEM) delivers powerful log management capabilities in a highly affordable, easy-to-deploy virtual appliance. This product combines real-time log analysis, event correlation, and a groundbreaking approach to IT search to deliver the visibility, security, and control you need to overcome everyday IT challenges."; 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 = ''; } }