var fDesc=new Array(); fDesc[0] = "A network information retriever and diagnostic tool designed to aid in network intelligence gathering and help diagnose network problems. Features include network statistics (ICMP, IP, TCP, UDP), active connections (TCP and UDP, address resolution table (ARP, and network interfaces information - all in real-time. LocalNet also features diagnostic tools such as data monitor and raw TCP connect, as well as common TCP/IP tools such as Finger, NSLookup, Whois, etc. For 98/NT4 (SP4)/2000."; 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 = ''; } }