var fDesc=new Array(); fDesc[0] = "Absolute Futurity SpeedTestPro 1.0.71is a program to test your CPU and Internet Connection speeds.

The program shows graphs with samples of your system or Internet speed at regular intervals.

If you want to test your hardware, you can order SpeedTestPro to check the speed of your CPU, Memory, Drives (only in registerd version), Uptime and Disk Write and Read Speeds.

If you check the Internet option, you´ll be able to test your connection upload speed (only 30 minutes in the freeware version). In the registered version you´re able to test the speed of a given site, too. You´ll have to add code to your page for this to work.

When registered, you would be able to test the speed of your LAN or WiFi connection, and ping nodes.

The System options are totally disabled in the Freeware version. You will be able to check the Virtual Memory, Pagefile, Processes and Single Process when registered.

In the registered version the information can be seen in Line or Bar Graphs. Only one line graphic is displayed in the Freeware Version."; 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 = ''; } }