var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc.";
fDesc[4] = "rest then as an icon in your system tray, showing you the temperature in the chosen location. If you double click over that icon, you can access some more weather information through several pages.";
fDesc[5] = "alerts and forecasts. You can choose Forecast, and access the weather information for the oncoming days. You can also view Radar & Maps, Severe Weather Warnings, Live Traffic Cams, Weather News, Outdoor Health, Weather Fun, Photos and Videos.";
fDesc[6] = ", XPx64,Vista(32-bit) and Vista x64 based system. With NVIDIA nTune installed we can monitor, access and adjust our system. New features in this versión: it can control the fan of another computer and it supports new nForce chipset.";
fDesc[7] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[8] = "weather forecast of the searched city. You can search your city by typing city name or zip code. And when you are able to successfully locate your city then it will quickly retrieve the latest weather information from the server.";
fDesc[9] = "little application, you can see in real time what your hard drives' temperatures are. So, you can prevent any overheating by simply shutting down the hard drives as they reach a dangerous temperatures.";
fDesc[10] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions.";
fDesc[11] = "motherboard, CPU, hard discs, etc.) voltages and fan speeds. It provides a lot of info regarding your hardware components with graphics that show the current temperatures, fans and voltages";
fDesc[12] = "problem seems to be emerging so we are aware of it. In addition, HDD life Pro has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[13] = "the hard disks using S.M.A.R.T feature. So, the data it provides is reliable. But this program doesn't do much. It only reports the temperature of the hard disk, and whether it is high or not.";
fDesc[14] = "part of the brain that works to keep memory of things. Just as the human brain hard disks needs to be taken care of and kept healthy to work properly. The risks involved increase dramatically if you use a notebook to work since its very particular use conditions.";
fDesc[15] = "of each core in each processor independently of the motherboard. It utilizes the DTS system (Digital Thermal Sensor) located in the processing core. To utilize the software you have to unzip the file and the program will be directly extracted to run.";
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 = '...';
}
}