var fDesc=new Array(); fDesc[0] = "PA Server Monitor Pro has every monitor available for the most dynamic and flexible monitoring of your servers. While a computer is in maintenance mode, PA Server Monitor won't run monitors. It will turn itself back on automatically after the maintenance window expires if you manually entered maintenance mode, or it can automatically enter and leave maintenance mode on a schedule. You can perform changes of settings in actions, monitors, reports and scheduling for several servers at one time, or copy configuration settings to other servers. You can also password protect the PA Server Monitor Console, and alert on changes that could affect monitoring. It takes less than 3 minutes to install and get a default installation customized for your system."; 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 = ''; } }