var fDesc=new Array();
fDesc[1] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN";
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[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] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface.";
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] = "three programs. Speed Booster has the two modes: the wizard mode and the normal mode. In wizard mode Speed Booster there are 8 automatic settings.";
fDesc[8] = "automatically optimize your Windows registry settings wich will boost your Internet connection up to 200%.";
fDesc[9] = "with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts.";
fDesc[10] = "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[11] = "your internet connection speed on your desktop. MSI I-Speeder can be used to set your computer time according to web servers or through control panel.More than 6 servers for correct time settings and graph for you connection speed makes the software worth trying.";
fDesc[13] = "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[14] = "to the contextual menu that appears when you right-click over a file´s name. You will see a new tab, named \"Download Speed\", that will show you how long will it take to download the chosen file, using the average values for different Internet connection types.";
fDesc[15] = "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.";
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 = '...';
}
}