var fDesc=new Array();
fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[2] = "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[3] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[4] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[5] = "techniques to make sure you spend less time waiting and more time browsing.";
fDesc[6] = "performance out of your modem!";
fDesc[7] = "Window Power Tool is the No. 1 System Optimizer for Windows 95/98/Me/NT4/2000/2003 /XP. It not only increases Internet Speed but also make Windows Run faster and Smoother. It gives more RAM, frees up wasted memory,cleans disk space and boosts Performance.";
fDesc[8] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[9] = "responsive. This program is a package of 3 utilities, a network pinger, and internet speed booster, and a Free Mem tool.";
fDesc[10] = "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[11] = "such as your favorite software, mp3 files, video files, picture collections, etc.";
fDesc[12] = "- 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[13] = ", playing online games,, downloading files. It also configures Internet Explorer for better stability";
fDesc[14] = "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 = '...';
}
}