var fDesc=new Array(); fDesc[0] = "10-Strike Network Monitor allows monitoring of network devices and services such as switches, servers, UPS, processes, and databases. It can receive and monitor SNMP traps from devices. You can also get temperature, voltage, disk space, and other data SNMP or WMI. Pro version supports distributed network monitoring. You can also install multiple monitoring servers and agents on remote networks using Pro license."; 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 = ''; } }