var fDesc=new Array();
fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together.";
fDesc[2] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[3] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices.";
fDesc[4] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features.";
fDesc[5] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD.";
fDesc[6] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[7] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web.";
fDesc[8] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on.";
fDesc[9] = "the performance of the system by free up unused RAM.It helps to reduce crashes, freezing and stopping applications and Windows system in general by monitoring your memory all time and taking the necessary actions to avoid problems due to memory.";
fDesc[10] = "find mythological gods, supernatural universes and fantastic scenarios. Your duty is to prevent that the evil god Loki takes over the universe.You can choose from four gods of four different cultures: Greek, Aztec, Norse and Egyptian.";
fDesc[11] = "free space on your hard disks that can contain fragments of deleted files with random data. It uses several security algorithms.";
fDesc[12] = ", or altering your documents. This software called Password Protect allows you to protect an unlimited numbers of folders with just writing your password!";
fDesc[13] = "also prevent users from accessing any programs or windows that you choose. Ideal for parents, employers, or teachers.";
fDesc[14] = "detect, remove, and prevent the installation of spyware, trojans, backdoors, adware, rootkits, and other threats. You will be able to schedule scans and automatic updates. The Main Menu has 7 buttons. Each one will let you perform different actions.";
fDesc[15] = "disks will appreciate a little extra help to prevent injuries having the complete control of your data information, something \"deeper\" to work with. Drive Health is a powerful reporting tool that will predict possible failures prevent losing your precious data.";
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 = '...';
}
}