var fDesc=new Array(); fDesc[0] = "It's a real-world surfing speedometer that runs on Windows XP or Vista. Unlike some other speed tests, it makes multiple, parallel connections to Web sites. It doesn't download just a single file, but the whole Web page, graphics and all. Performing simultaneous connections fills your Internet tube with data quickly, providing a more accurate method of checking the speed of connections like cable and DSL (and comparing them with other ISPs or other types of service). SurfSpeed uses popular sites for the standard test suite, but you can specify your favorite site for a personal test as well."; 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 = ''; } }