var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "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[3] = "if necessary. It also shows you some important data about your hardware. SpeedFan 4.33 gets info from digital temperature sensors and internal chips of some components.";
fDesc[4] = "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[5] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates.";
fDesc[6] = "speed by slowing it down or speeding it up. It depends on the linearity-accelerate technology. The program remembers the last speed when you reopen the program.";
fDesc[7] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster.";
fDesc[8] = "help recover computer memory leaks, restore performance and help to ensure computer reliability. Improve your PC overall performance with MemTurbo 4 now!";
fDesc[9] = "increase your PC’s performance while you are working. This utility will automatically switch the foreground program to the highest priority. This program can also increase you PCs free RAM, increasing the general performance of your computer as well.";
fDesc[10] = "or XP system by using many tools which optimize key areas of Windows operation.";
fDesc[11] = "to take care of them. Build the most amazing kindergarten in the city making kids happy in your place. Increase your popularity in the society and more parents will bring their babies to your place.";
fDesc[12] = "This program has many features that make the creation of thumbnails easy to do, even for those that have never done so before. The user interface is very clear and organized which makes it easy to use.";
fDesc[13] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it.";
fDesc[14] = "commercial investment. You need to serve to customers and decide investments to expand the business. It is for the whole family, because it can be played even by 4 years old.";
fDesc[15] = "moved horizontally using the mouse. We must stop the balls that fall from the top of the screen. Each ball we miss will increase the computer's score. To increase our own score, we must shoot the collected balls and hit the targets.";
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 = '...';
}
}