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] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless.";
fDesc[3] = "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[4] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[5] = "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[6] = "Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[8] = "connection, thus boosting performance up to 500%. It is a freeware program that tweaks the system so that it remains optimum. It changes certain system registry that affects the network connection, thus optimizing the internet performance.";
fDesc[9] = "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[10] = "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[11] = "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[12] = "responsive. This program is a package of 3 utilities, a network pinger, and internet speed booster, and a Free Mem tool.";
fDesc[13] = "Best of all - it'scompletely FREE. This version requires the MicrosoftVisual Basic runtime - MSVBVM60.DLL.";
fDesc[14] = "Ideal for dial-up, cable, DSL, wireless with all later Windows and AOL. Includes DU Meter network monitoring utility and LinkFox web accelerator.";
fDesc[15] = "- 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.";
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 = '...';
}
}