var fDesc=new Array(); fDesc[0] = "Total Server Monitor is a new handy tool to monitor your server availability.

When the server is not stable Total Server Monitor will be your demulcent.

It will keep an eye on all aspects of your server and network and let you know if some problem occurs. Machine not responding to HTTP, POP3, FTP - Total Server Monitor will inform you about the problem and even take the corrective action: restart service or reboot the machine, send an email and execute http url or external program.

You will be the first to know about the failure still having time to fix it."; 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 = ''; } }