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] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective."; fDesc[3] = "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[4] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[5] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[6] = "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[7] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[8] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application."; fDesc[9] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning"; fDesc[10] = "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[11] = "upload speed/time. A networkmonitor shows all internet activity and works with all types of network connections: modems, DSL, satellite .."; fDesc[12] = "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[13] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[14] = "provides a smooth flow of your data within your network. It is a good-looking radio adapter that connects your PC or laptop wirelessly to your wireless LAN router or other components. It ensures data transfer at 54 Mbps. Fast enough to do whatever you like in your computer network. The Gigaset USB Stick 54 is recommended for: Gigaset SX550i dsl/cable, Gigaset SX550 dsl/cable, Gigaset SE505 dsl/cable, Gigaset SE515 dsl."; fDesc[15] = "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 = '...'; } }