var fDesc=new Array(); fDesc[0] = "Server Health Notifier is a powerful, simple and easily configured application for notifying about the system resources problems of a local or remote computer. With the help of this product you'll be instantly informed of your server problems! You'll be able to specify critical values for every monitored resource. When the value exceeds the critical level, you'll be sent an e-mail or shown a balloon with the detailed information or the specified application or command will be executed. The monitoring is performed via windows management instrumentation (WMI). Server Health Notifier is designed for MS Windows 2000 / XP / 2003 / Vista / 2008 / 7."; 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 = ''; } }