var fDesc=new Array(); fDesc[0] = "Monitorpack Guard monitors all my applications, servers, PCs, network devices.. Send alerts by email. Runs your scripts on demand and under conditions. Check all performance counters, windows service, tcp ports, shares, windows vents. Automatically create tickets in ZenDesk, Service Now, Zoho Desk or other helpdesk solutions. Consolidate my alarms on my SQL servers (bases and scripts provided free of charge) Consolidates all my alerts in reporting service dashboards (SSRS) in the cloud subject to subscription (this is an optional service)."; 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 = ''; } }