var fDesc=new Array(); fDesc[0] = "When it comes to server monitoring, Big Brother® is a trusted solution for flexible, affordable, and dependable coverage. Our professional edition provides heterogeneous server monitoring on any network — within minutes of installation. You can even operate Big Brother from your Smartphone, as well as, support Windows Server 2008, and VMware. Plus, it’s supported by an active online community that offers more than 800 free monitoring plug-ins and scripts. So get comprehensive infrastructure IT monitoring at a cost that fits in any budget."; 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 = ''; } }