var fDesc=new Array(); fDesc[1] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; 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] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[4] = "settings that operate behind-the-scenes of your PC. The program checks the configuration of the MTU (Maximum Transmition Unit), RWIN (Default Receive Window), TTL (Time To Live), Black Hole Detection and Automatic Discovery parameters."; fDesc[5] = "Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[7] = "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[8] = "in-depth knowledgeable information about your all network adapters. Even it is also able to extract value information of my broadband USB modem. Now I am able to find secrets information of my broadband network adapter like Adapter Name, Description, Speed, MTU etc."; fDesc[9] = "than 115200. The program detects and optimizes all the necessary settings such as MTU, MSS, Black Hole, RWIN, TTL, Keep Alive, and more. This ensures that your system will be configured exactly as it is supposed to be, enabling the best and fastest connection available."; fDesc[10] = "faster internet connection and network. The program configures Internet Explorer so that it is more stable, does not get automatically cut off, and it will also make the connection a more secure one."; fDesc[11] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[12] = "tweaking your Internet connection. It is a standalone utility. There is no need to install it, just download and run. It automatically alters the TCP/IP settings in the Windows registry based on your needs."; fDesc[13] = "- A free utility to keep your system healthy and responsive. This program is a package of 3 utilities, a network pinger,and Ultra Net Booster."; fDesc[14] = ", playing online games,, downloading files. It also configures Internet Explorer for better stability"; fDesc[15] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; 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 = '...'; } }