var fDesc=new Array();
fDesc[1] = "defraging the drives and consolidating the disk free space. The application defrags the units in different ways: Automatically and Manually (user turns on/off the process).";
fDesc[2] = "data contained in it, but also active applications (yes, including applications that you are using at that precise moment without making any kind delay or lower the performance neither of the copying process nor of the application process itself), thanks to Hot Copy technology.";
fDesc[3] = ", termination of disallowed processes, and logging of processes executed. With Process Lasso you essentially create rules to manage processes running on your system.";
fDesc[4] = ", mad speed and narrow curves. Feel frantic auto racing drive. You have to prove you're the best here over and over. Are you ready?";
fDesc[5] = "kinds of appliances, cabinets, tiling, decoration, technical symbols and space constraints. This new version features virtual reality, improved dimensions and much more.";
fDesc[6] = "latter is forced to withdraw its freedom. It seems that LimeWire is proposing a technology named DRM filtering to avoid any legal situations for the clients. If at all the technology is implemented then MP3Torpedo can easily get rid of it so as to provide without it to its clients.";
fDesc[7] = "more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup.";
fDesc[8] = "single-layered recordable media, its high-quality compression engine will give you the best results even when high compression rates are needed. Besides, DVD Shrink allows you to select only those sections you want to back up, thus lowering the compression rate.";
fDesc[9] = "their self-annihilation. Your objective is to prevent the barrels from piling up into a big stack which eventually fills the screen.";
fDesc[10] = "from 3 European cities: London, Paris or Berlin. Playing in the Scenario Mode you will need to face a series of different challenges. In the Box mode, you´ll just have to build your mall.";
fDesc[11] = "things that words can’t. To make that possible is necessary an instrument that can represent the emotions exactly like the musician meant to, and that’s what people from 4Front Technologies had in mind while developing True Pianos.";
fDesc[12] = "head movement in simulator games. By using a home-made LED device and this software, you can achieve results similar to the Track-IR system. It is a good, cheap choice for all simulator gamers.";
fDesc[13] = "song without changing the pitch. The quality of the recording remains the same. Great for musicians learning songs.";
fDesc[14] = "catch them, when you get the goal amount of coins you will finish the stage and receive a secret gem. Be careful not to hit blocks with less than 3 similar gems or you will be creating stones that can not be removed from screen.";
fDesc[15] = "allows text to be changed to upper, lower, title (proper) or sentence case. Excel 2000 or higher required.";
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 = '...';
}
}