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] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = ", 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[4] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility.";
fDesc[5] = ", pendrives, etc., and eliminate them if they are found suspicious. When you make a double click to access to an infected drive, the 'autorun.inf' file executes the malware and your system gets infected. This utility helps you to eliminate those files.";
fDesc[6] = "amazing and the interface is very dynamic. When we open the program can find the common buttons, file, edit, view, help, search box and the button to order the images by date taken newest or oldest, folder, filename and more.";
fDesc[7] = "every changes made are fully restorable to it's original condition. You can even make an exclusion list of registry entries that RegScrubXP will not consider as being a problem.";
fDesc[8] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance.";
fDesc[9] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[10] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC.";
fDesc[11] = "fix the found problems. Should you press the \"Repair All\" button, the program will inform you that the trial version can´t fix anything, and will offer you to register the program in order to get rid of all the problems that the application found.";
fDesc[12] = "sometimes the download process is broken and the downloaded file or media cannot be used because it wasn't properly downloaded. All Media Fixer can help you to repair and play media files like Avi, Mpeg, Rm, Mp3, Wmv, Dvd, Vcd, Jpj, Ipod format and 3GP.";
fDesc[13] = "potentially dangerous errors. If you´re not registered, that´s all you can do. In order to fix the errors found, you must purchase a license. To do this, you must register online to http://www.pcbugdoctor .com/registernew.php and acquire a yearly subscription or a lifetime license.";
fDesc[14] = "dragged. Once you´ve installed Video Fixer 3.23, you can prepare a list of files to be fixed, adding or removing files. Pressing the Fix button, the program will begin to fix the damaged video files";
fDesc[15] = "will make a system PC cleaner and more efficient. It is easy to use so the user can clean and repair Windows registry problems with a few simple clicks.";
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 = '...';
}
}