var fDesc=new Array(); fDesc[1] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection."; fDesc[2] = "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[3] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[4] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[5] = "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[6] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[7] = "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[8] = "computer making it faster and more stable. These tools are well organized in a simple and nice user interface divided in different categories. The categories include tweaks, maintenance tools, security tools, tools for passwords, and a utility to create restore points."; fDesc[9] = "to improve the speed of your connection. CableNut supports any kind of Ineternt connection, being them Dialup, Cable, DSL or Satellite."; fDesc[10] = "upload speed/time. A networkmonitor shows all internet activity and works with all types of network connections: modems, DSL, satellite .."; fDesc[11] = "speed of the internet connection optimizing the way of sending and receiving files in real time. Network pinger allows you to stay connected to your ISP with control of ping intervals, host, and sound. Ram booster helps to set free physical RAM memory."; fDesc[12] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[13] = "home on DSL connection with Dynamic IP address."; 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 = '...'; } }