var fDesc=new Array(); fDesc[0] = "It automatically monitors defined network hosts usingTCP, UDP, or ICMP protocols and takes a pre-definedaction if the device fails to respond. Using MicrosoftAgent technology, it can provide a visual warning,send an e-mail message, page the system administrator,or execute another program. Included free is the award-winning Network Toolboxutility for diagnosing problems on a LAN or WAN."; 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 = ''; } }