var fDesc=new Array(); fDesc[1] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system."; 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] = "can speed up you internet connection, utilize your memory, utilize your internet connection and change your windows settings."; fDesc[5] = "Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[6] = "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[7] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[8] = "responsive. This program is a package of 3 utilities, a network pinger, and internet speed booster, and a Free Mem tool."; fDesc[9] = "do on the Internet better and more improved in a dramatic way. It will boost your Internet's speed for downloading and browsing also it will optimize different Internet related system settings."; fDesc[12] = "limit. Automatically finds more sources better then a regular Emule search engine and optimizes bandwidth."; fDesc[13] = ", 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 = '...'; } }