var fDesc=new Array(); fDesc[0] = "Is someone downloading a large file or streaming video? Is your cordless phone interfering with your wireless connection? Or, is an application or neighbor stealing bandwidth?

With Speed Meter Pro, take the guesswork out of trying to figure out what is causing slowdowns. This powerful software utility helps you diagnose and manage your wireless, network and Internet connection so you can optimize your connected experience."; 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 = ''; } }