var fDesc=new Array();
fDesc[1] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software.";
fDesc[2] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software.";
fDesc[3] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[4] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[5] = "file is an exact copy of another file by comparing the two files' hashes. HashTab creates a tab in the file properties window within Windows.";
fDesc[6] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[7] = "applications. It also contains all the elements that the end user requires to execute those .Net applications. Mostly those elements are libraries that this framework uses to present any .Net application.";
fDesc[8] = ", 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[9] = "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[10] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better.";
fDesc[11] = "currently supports only 64-bit VST plugins. DarkWave is a work in progress, and this is an Alpha release.";
fDesc[12] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store.";
fDesc[13] = "any application that can print. Centralize PDF creation with Windows Terminal Services or Citrix MetaFrame Presentation Server.";
fDesc[14] = "engine. This utility can permanently remove any type of file, folders and also can delete your Internet Explorer and Firefox cookies, history, temporary and cache files. XL Delete works on Windows 2000, Windows XP (including x64), Windows Server 2003 (including x64), and Windows Vista platforms.";
fDesc[15] = "support for drag and drop files into the queue and upload and download all the options and profits of a professional client. Remember this version only works on X64 processors or those that have both instructions such as Intel Core and Core 2 Solo / Duo Processors";
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 = '...';
}
}