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] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results."; 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[5] = "to the contextual menu that appears when you right-click over a file“s name. You will see a new tab, named \"Download Speed\", that will show you how long will it take to download the chosen file, using the average values for different Internet connection types."; fDesc[6] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory."; fDesc[7] = "will have a faster connection in no time at all. The program is capable of getting the highest possible speeds for your internet connection by finding the optimal settings for your system and speeding up whatever device is enabling your internet capabilities."; fDesc[8] = "protects you from malicious distributors, adware-free, no spyware, no adware, guaranteed. But after testing it, I believe that yes... this program does not contain malware, but it is only a tool used to install malware on your computer"; fDesc[9] = "route), (Internet speed test), LAN (LAN scanner), NetStat (identify creating process), PING, IPConfig, DNS (nslookup), Whois"; 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 = '...'; } }