var fDesc=new Array();
fDesc[1] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[2] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[3] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind.";
fDesc[4] = "graphix and physics delivering a new experience for the long time Counterstrike fans. Began as an experiment, now is an experimented success. People from all around the world play it online via STEAM.";
fDesc[7] = "by Cable or DSL from threats and hackers. It includes four security services such as: Firewall, Application control, Internet lock, and Zones control.";
fDesc[8] = "Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[10] = "to improve the speed of your connection. CableNut supports any kind of Ineternt connection, being them Dialup, Cable, DSL or Satellite.";
fDesc[11] = "languages. Optimize your online/network gaming speed. Stay connected for hours! Awake your modem up easily and more...";
fDesc[12] = "Internet with blazing speed? You don't need a new computer. You simply need XP Smoker.";
fDesc[13] = "number of tariffs for different type of users and the controlling parameter is the limit to upload/download it is very difficult to control the usage and know your monthly billing. It is a wonderful product to serve the purpose of Usage Finder for Dataone users.";
fDesc[14] = "Cable/DSL/Dial-Up Modem Optimizer increasing download speed and provide better stability/reduced lag in online gaming";
fDesc[15] = "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[16] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory.";
fDesc[17] = "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[18] = "Exchange Server. Exchange server can support only high quality SMTP connections, hence, the user can use Exchange POP3 software, which is not expensive and consist of DSL / Cable or Dial-up connection having many Internet POP3 mailboxes.";
fDesc[19] = "Ideal for dial-up, cable, DSL, wireless with all later Windows and AOL. Includes DU Meter network monitoring utility and LinkFox web accelerator.";
fDesc[20] = "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 = '...';
}
}