var fDesc=new Array(); fDesc[0] = "JDSU Network Analyzer Software Standard Edition is a program that turns your PC into a network tester. You can quickly determine who is on your network, who is using bandwidth, where errors may be occurring on the network, use expert analysis tools to solve network problems quickly and effectively by reducing thousands of IP and Novell frames into a handful of significant events and analyze network traffic in real-time using your PCs local NDIS adapter."; 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 = ''; } }