var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[3] = "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[4] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[5] = "Windows. This program thoroughly scans your computer searching for possible security threats and protect your system from spyware, adware, Trojans and viruses.";
fDesc[6] = "a \"snapshot\" of your Internet and email settings at a time when you have normal connectivity to the Internet and your email settings are functioning properly. It remembers those settings in the event that you lose Internet connectivity or email stops working in the future. If you lose your Internet connection, simply click the Desktop Doctor icon and follow the simple, easy-to-understand steps to get back online.";
fDesc[7] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons.";
fDesc[8] = "increase the overall performance speed of your computer by as much as 300% BUG DOCTOR 2006 will fix all bugs and repair errors - FREE DOWNLOAD";
fDesc[9] = "protected against spyware? Well, now there's a complete suite with a lot of useful tools that will help you to be protected against all type of malware, and at the same time, it will help you to fix and repair your system in order to achieve the best performance.";
fDesc[10] = "messages accidentally deleted from your mobile phone sim card. This incredible application retrieves all deleted contact numbers, unreadable messages and corrupt phone book directory.";
fDesc[11] = "erased, formatted or deleted pictures,images, photos, audio or video files and folders from multimedia memory cards. This incredible application retrieves files even if the media is corrupted and you can not access it.";
fDesc[12] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems.";
fDesc[13] = ", that shows you three main tabs, and four extra tabs. Under the first tab, \"Search\", pressing the \"Start Scan\" button will trigger a scan for spyware in your system. The complete scan will take several minutes.";
fDesc[14] = "and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT or FAT.";
fDesc[15] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss.";
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 = '...';
}
}