var fDesc=new Array(); fDesc[0] = "Internet Speed Test Diagnostics is a broadband diagnostic tool that helps you quickly perform speed test and troubleshoot common connectivity problems, including: measure both the upload and download speed/bandwidth of your Internet connection, run diagnostic tests to isolate problems with networking configuration, NIC card, WIFI router, Cable/DSL modem, service provider network, Web server or the application itself, show IP network configurations, including IP address, DNS server, DHCP server and local routing table."; 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 = ''; } }