var fDesc=new Array(); fDesc[0] = "SysOrb is an advanced server and network monitoring system with many features and yet it has a simple and easy-to-use web interface which means short implementation time and significantly less training needed than with other competing network monitoring systems. SysOrb is Danish developed and was originally designed with Hosting and Managed Service Providers needs in mind, but today SysOrb is also used by many corporate IT-departments. The SysOrb architecture allows for monitoring of LANs as well as WANs with many different geographical locations."; 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 = ''; } }