var fDesc=new Array(); fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[2] = "choose a name and have your IP address redirected to that name. So, if you have an Internet Service Provider that changes your IP every time you reboot your ADSL modem, for example, you will greatly benefit from this application."; 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] = "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[5] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[6] = "internet connection type. It can boost or optimize your internet connection speed by 200% or more. It is very easy to use and just by a single click you can optimize your internet connection speed and therefore your download speed will also increase."; fDesc[7] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning"; fDesc[8] = "Dial-Up, ADSL, Cable or ISDN connection by tweaking certain parameters in the configuration. Once the changes are made, the program tells you that you must reboot your system in order to experience the new speed."; fDesc[9] = "Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[10] = "automatically change the speed settings of your network. You can test the difference with the Netspeed Wizard to see the difference before and after application. It is possible for you to set these parameters yourself by using a setting called Fine Tune."; fDesc[11] = "spending waiting for your downloads to finish. Okoker Internet Accelerator will run in your computer without affecting your PC´s performance, since it uses a very small amount of RAM."; fDesc[12] = "powerful utilities to scan your system for potential holes. With Security Optimizer you can: Optimize network share resource settings. Optimize network against potential hacker's attack. Scan your system for trojan programs hacker's attack. Scan your system for insecure share resources"; fDesc[14] = "in less than no time. The highly user-friendly software included in the delivery enables you to see at a glance whether the ADSL line is in working order and to configure your modem in an easy way in accordance with the demands made by your provider. As the USB ADSL Modem supports all protocols in current use and it is extremely suitable for all present ADSL connections. Making use of USB, it requires no additional hardware."; fDesc[15] = "letting you see just how much of it is actually utilized at any given time. Other useful features are: software router, etc."; 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 = '...'; } }