var fDesc=new Array();
fDesc[1] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[2] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[3] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[4] = "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[5] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[6] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[7] = "system, CPU, BIOS, graphic interface, memory, and so on. The program's interface is divided into seven tabs, each one giving comprehensive information on one particular item: CPU, caches, mainboard, memory, SPD, graphics, and program information.";
fDesc[8] = "PC industry. The application utilizes sophisticated real time 3D gaming workloads for measuring the performance of PC with the help of suite of DirectX 9 tests such as 3D graphics tests, CPU tests, and 3D feature tests including the HDR/SM3.0 graphics tests, as well as SM2.0 graphics tests.";
fDesc[9] = "automatically, without modifying your system in any way. The main windows of RamBooster show you by default the target level of free RAM (by default, 1 Mb.), your Free RAM at this moment, and the percent of Free RAM and CPU usage.";
fDesc[10] = "services. This version has a updated system info module along with support for the latest CPU and graphics hardware, as well as the updated version of the Entech library that is used for detecting the clock frequency of the graphics chip core and memory.";
fDesc[11] = "application. I mean, depending on the priority level you give it, Cpu will orientate a few, a lot or almost all the Cpu power to the program you are working on. Automatically, The final result is an enormous performance gain!";
fDesc[12] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine.";
fDesc[13] = ", enhancing stability and giving you more margin for overclocking. CpuIdle achieves all this by shutting down CPU when not used (online cooling), optimizing CPU for maximum cooling effect and optimizing the chipset for maximum cooling effect (only supported chipsets).";
fDesc[14] = "quality and features of the CPU so you can predict the performance. The program also returns important information such as CPU speed, the manufacturer information, CPU flags and CPU SIMD.";
fDesc[15] = "commands so that your CPU remains cool even when several applications are opened. There are many applications like this, but they often take different approaches. Most of them increase the speed of your fans so that more heat can be exhausted from the surface of the CPU.";
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 = '...';
}
}