var fDesc=new Array(); fDesc[0] = "The Server Check Monitoring System continually monitors your websites and other internet-based services (Ping, SMTP, IMAP, FTP, etc.) and makes sure you're the first to know when there's an outage.

Don't lose any more visitors to downtime. Our FREE 10-monitor version of Server Check lets you get started with monitoring in less than five minutes completely free!

Get alerted as soon as something stops working: visual alerts, audible alarms, emails and SMS texts to as many admins as you need. Server Check makes sure you know about it so you can fix it!

Quick setup of all common protocols, including HTTP & HTTPS, Ping, FTP, SMTP, POP3, IMAP, TCP, MySQL. Monitor them all and stay ahead of any long outages that might lose customers!

View statistics for each monitor, response time graphs, outage length reports, web-based stats and uptime pages, and keep track of uptime and downtime over the last 12 months."; 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 = ''; } }