var fDesc=new Array(); fDesc[0] = "Internet Speed Tester is an utility to test your Internet Speed.

The program uses a java app to test the upload and download speeds of your Internet Service Provider connection.

When you install the program, it will show you a screen with a speedometer in the center of the screen, and a "Begin" button under it.

If you press that red button, the program will began the speed tests.

First, it will check your download test. The speedometer will begin to move till it indicates the download speed for your connection, while the red light moves. After finishing the download speed test, the result will be displayed on the left of the screen.

Then, Internet Speed Tester will begin to test your upload speed, while the blue light moves. After finishing the upload speed test, it will show you the upload speed info on the right of the screen.

Finally, the program will display the legend "Speed Test Complete", and will show you the information about your download and upload speed in kbps and KB/Sec."; 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 = ''; } }