var fDesc=new Array();
fDesc[1] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems";
fDesc[2] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool.";
fDesc[4] = "red square) on the system tray. Right-clicking over it you will see a contextual menu. You will be able to choose several commands.";
fDesc[7] = "PC Problems with an advanced PC doctor registry tool saving you both time and money";
fDesc[8] = "able to backup, restore, rollback and reinstall DirectX. When you start DHU, the program will open a tabbed interface. The \"General\" tab will display the operating system´s core, name and version, the current user and the DirectX version.";
fDesc[9] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems.";
fDesc[10] = "technical support aid. This is specially useful for technicians, to have a quick overview of the system that´s causing problems. The report can be zipped and send by email through a built-in utility.";
fDesc[11] = "weight and height. Therefore, this diagnostic tool called BMI Calculator will help you to identify obesity problems. With this powerful tool everybody can easily get important and valuable information regarding their weight. And with that, improve in a positive way your diet.";
fDesc[12] = "your operating systems. This is a diagnostic and repair tool supported only in Windows XP that verifies and resets device drivers to their last known good state.";
fDesc[13] = "your home PC or all networked PC at your office, there is a tool that can fascinate you. Cool Info FX is that all rounder about which you are reading.";
fDesc[14] = "The program is available for download free of charge and it features a multilingual graphic user interface featuring 8 European languages including English. The program is often bundled with Plextor external pocket hard disc drives.";
fDesc[15] = "responsiveness and reports Internet access. Graphical interface simplifies presentation of network data. Extensive event monitoring reports LA...";
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 = '...';
}
}