var fDesc=new Array();
fDesc[1] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine.";
fDesc[2] = "and tray icons zone. Program support all Intel and AMD processors, full cpu lists can be found at CPUThermometer.com, can work under XP/Vista.";
fDesc[3] = "but powerful tool has diversified options to help you do your conversions, easily. You can start working since one single file through various options. Has the peculiarity of making use of all functions through hot keys.";
fDesc[4] = ", releasing RAM memory and compressing physical memory, making your computer run faster. You can monitor your system without interrupting it. You can see how much memory you have; specificy how much memory you want to free up, and the processes you want to clean up or compress.";
fDesc[5] = "server. This tool will connect and provide detailed information to the Computer Inventory Server about all installed components of all the local machines.";
fDesc[6] = "quickly and easily using unique scanning methods. Inventory hundreds computers in minutes.";
fDesc[7] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores.";
fDesc[8] = "able to see if your computer gets too hot when working under great stress or if it is ready to stand up for big numbers of files. During the process, you will see a graphic under the main screen to see the CPU usage and free memory.";
fDesc[9] = "Downloader for all your download needs; download movies, music, and documents. In fact, download everything you want with Clip Downloader.";
fDesc[11] = "client-server & remote backups and is ideal for Home networks, SOHOs and SMBs.";
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 = '...';
}
}