var fDesc=new Array(); fDesc[0] = "LANScan is a powerful network monitoring and diagnostic tool. Use LANScan to gain valuable information regarding network performance, utilization and faults without the technical jargon found with most products. LANScan takes complex network performance information and makes it easy to use and understand. LANScan can help you learn more about how your network works, identify whats wrong when its not working, and locate network activity. Its all available without costly or complex probes, agents or other specialized tools. All you need is a Windows based PC with a network interface."; 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 = ''; } }