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] = "to provide drivers, however it includes a set of tools that could help you troubleshooting and restore your system, version 4.5 is the lastest released and its the one you will find in all Dell computers since 2001";
fDesc[3] = "provides the following features: power management scheme and battery resource information and health. This utility also detects unsupported power-adapter/dock/bat tery scenarios and displays warning messages.";
fDesc[4] = "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[5] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates.";
fDesc[6] = "distributed as a free tool for checking their hardware, it can be used on any hard disk having SMART capability. This s actually not necessary as SMART monitoring is enabled in almost all new motherboards.";
fDesc[7] = "This amazing engine deal with compatibility problems by searching the latest genuine drives directly from the manufacturer and all them just from a single place and at the click of the mouse.";
fDesc[8] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support.";
fDesc[9] = "and device recognize it awesome, providing all the information without mistakes, complete analyzes and information in one moment, multiple options to save the information and more.";
fDesc[10] = "ASTRA32 provides an elaborate analysis of your system. This computer program also offers diagnostics and has some powerful unique features such as a \"Drivers Troubleshooter\" and a fast HDD Health checker.";
fDesc[11] = "registry in under 2 minutes. Corrupt files, paths, and registry keys are analyzed and automatically repaired.";
fDesc[12] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats.";
fDesc[13] = "Microsoft Office 2007, and can perform a series of diagnostic tests to help you discover why your computer is crashing, in case this abnormal behavior is caused by problems in your Microsoft Office installation.";
fDesc[15] = "view the protocol messages exchanged between your computer and the mail server.";
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 = '...';
}
}