var fDesc=new Array(); fDesc[0] = "Simple Server Monitor is a powerful, yet easy to use network server monitoring utility. It allows you to monitor the status of your servers and web applications from your desktop. Simple Server Monitor runs as a Windows Service with GUI monitoring console. When a monitor fails, you are notified by a pop-up message, an e-mail alert (user customizable messages), and/or a sound alert. Supports Ping, HTTP/HTTPS, FTP/FTPS, SMTP/SMTPS, POP3/POP3S, IMAP/IMAPS, and Custom monitors (supports SSL/TLS). Simple Server Monitor also supports performance monitoring by charting the monitor response time and by logging (optional) all monitor queries to a log file and/or the event log."; 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 = ''; } }