var fDesc=new Array(); fDesc[0] = "INETBENCH is an internet benchmark program that actually gives you practical, real-world measurements of exactly how fast -- or slow -- your internet connection really is. Unlike other benchmark tests, INETBENCH downloads the actual HTML and graphics files for web sites that you specify. Other tests basically end up telling you how fast you can download a particular file from a particular site at a particular point in time. Although interesting, that hardly reflects what most of us spend the majority of our time doing on the internet. What really matters is how fast web pages load -- and that's exactly what INETBENCH tells you!"; 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 = ''; } }