var fDesc=new Array(); fDesc[0] = "op5 Monitor is a centralized program for monitoring your servers. It works even if your service runs in the cloud, or on a virtual machine. Most of the monitoring in this application is done with the help of agents. op5 Monitor contacts the agents and make them do the job. NSClient Windows Agent sits quietly in the Windows system tray to help the monitor whenever required."; 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 = ''; } }