var fDesc=new Array(); fDesc[0] = "Web ID (Intrusion Detection) is a networking tool that helps network administrators to monitor servers. Web ID listening and monitoring is supported only for the TCP port 80. Web ID will help you to have a full description of the visitors to your server, the resources they are trying to have access to, etc. This data can be used to detect and prevent hacking attacks."; 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 = ''; } }