var fDesc=new Array();
fDesc[1] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify.";
fDesc[2] = "and log related faults and repair jobs. It has been designed to be extremely user-friendly such that it can be used effectively by users even with no previous IT background. Maintenance Manager is a flexible CMMS package that can be used by a range of enterprises ranging from small companies managing their office equipment to large manufacturing companies managing their production chain.";
fDesc[3] = "partitions. Moreover, you can recover lost mails from Outlook or from Windows Mail. Select the kind of scanning you prefer, Quick, Guided, Full or Advanced.";
fDesc[4] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions";
fDesc[5] = "lost files due to virus attacks and software faults in minutes. It supports most hard and floppy disks, digital cameras and memory cards. The program scans your computer or drive and instantly shows you deleted files in a simple and intuitive user interface.";
fDesc[6] = "detects if an error occurs by a virus in the registry and enables the blocked content. You can repair the registry, check and kill running processes, open the task manager, registry editor, system configuration utility, make a registry backup, and the system file checker.";
fDesc[7] = "allows you to isolate faults, simplify processing of diagnostic data, and increase internal network security.";
fDesc[8] = "bad media spots and other non-critica l hardware faults that may cause other data recovery utilities to hang.";
fDesc[9] = "3.Restore the contacts from defective Address Book files (*.wab), 4. Repair damaged Outlook Express Address Book store.";
fDesc[10] = "recover files that have been deleted from the Recycle Bin, by virus attacks and software faults. 100% FREE to try.";
fDesc[11] = "allows you to recover files that have been deleted from the Recycle Bin, by virus attacks and software faults. 100% FREE to try.";
fDesc[12] = "how complex automotive systems work AND how to diagnose faults. Concentrates on engine management but others also included";
fDesc[13] = "to a database. You can then optionally monitor the hardware and software on your network for faults and changes.";
fDesc[15] = "disk space. This translates to increased system performance and reliability. Unlike traditional uninstall, remove, andsweep-type programs, ErrorScan is a simple solution to a common, yet mostly overlooked problem. Internet, e-mail, graphics/scanning software, database programs, games, and in fact, most Windows applications create files to use as a parking place for data. Unfortunately, due to lost Internet/Network connections, system crashes, lock-ups, power failures, brownouts, and even normal softwareinstallation and operation, these files are left behind in error.Accumulation of error files can cause General Protection Faults and Illegal Operation Errors as well as rob valuable disk space, slowing down the system in the process. With one click, a user can recover megabytes, tens of megabytes, even hundreds of megabytes of wasted space the first time ErrorScan is run. With emphasis...";
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 = '...';
}
}