var fDesc=new Array(); fDesc[1] = "goodbye to slow and sluggish internet connections and get its performance optimized by simple tweaking or modifying your DSL (ADSL, G.lite,IDSL,SDSL) settings with this tool."; fDesc[2] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices."; fDesc[3] = "download speed and browsers (Internet Explorer and Mozilla Firefox). This excellent program will improve your online speed when surfing the net with your browser while keeping the original website quality."; fDesc[4] = "the upload and download speeds of your Internet Service Provider connection. After performing the test, 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."; fDesc[5] = "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, Uptime and Disk Write and Read Speeds."; fDesc[6] = "connection. The program downloads a file from a Microsoft server (or any other server of your choice), analyzes the measured data and reports your speed."; fDesc[7] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems."; fDesc[8] = "scenes from DV tapes. You can build then tapes indexes from the captured scenes, that you can later import using the program to create video clips."; fDesc[9] = "CPU speed tests, multi-threaded tests for multiple cores/processors, hardware accelerated graphics tests, hard drive write speed test and CPU temperature monitor. NovaBench has a tabbed interface for benchmark results."; fDesc[10] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory."; fDesc[11] = "data, also benchmark (CPU Speed test), and network info (IP/host lookup, Ping),realtime stats, html reports etc. Freeware."; fDesc[13] = "two modems or a single modem, independent of your ISP. ModemTest logs any data corruption and incorporates a modem speed test."; fDesc[14] = "simulate slow TCP/IP connections. It represents a very useful and reliable tool to see, for instance, how long a website have to load on slow connections."; fDesc[15] = "bandwidth test results in a database so you can create charts."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }