var fDesc=new Array(); fDesc[0] = "SentinelAgent is a cloud-based monitoring solution for Windows users. The program securely captures, stores, and analyzes event logs, performance metrics (WMI), and system inventory in real time from any number of Windows PCs, tablets, and servers on your network. The program will notify you the moment your devices are having problems, and will help you pinpoint the source of the issue by gathering and storing raw system health and performance data in the cloud."; 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 = ''; } }