var fDesc=new Array(); fDesc[1] = "if any problem with these components is found. It is a must have utility for any who want his computer to be in a healthy state everytime."; fDesc[2] = "need to tune NVIDIA GPU based display adapters. Advanced tuning features such as driver-level Direct3D / OpenGL and system tuning, flexible profiling system allowing to make custom settings on per-application basis etc. are included."; fDesc[3] = "resolution,refresh rate, or multiple display use. It also is monitoring PC component characteristics. It contains a set of utilities for managing and optimizing the performance of NVIDIA graphic cards."; fDesc[5] = ", 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[7] = "hardware (like the Processor, Graphics Processor or Memory) in a speed which is not a standard speed it usually runs on. Overclocking your graphics card voids any warranty"; fDesc[8] = "your PC, diagnose any PC problems, your internet connection, and programs will work rapidly. Systerac Tools will help assist you by offering many Vista tweaks."; fDesc[9] = ", neurotransmitters, enzymes, autosuggestion, tonics, natural remedies and strengtheners of the immune-system."; fDesc[11] = "overclocking by using CPU Throttling to prevent your CPU from overheating."; 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 = '...'; } }