var fDesc=new Array();
fDesc[1] = ", throughout most of the game, it fails to bring anything new to the world of FPSs. The graphics are nice-looking; the world is depicted with careful regard to realism.";
fDesc[2] = "interface is all in German. Program is equipped with malware detection module, but it does'n seem to function as it should. The main program doesn't seem to service its own purpose, leaving many obsolete files on the drives. And there are no updates available.";
fDesc[3] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[4] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters";
fDesc[5] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze.";
fDesc[6] = "of the action film Hard Boiled. The main character of the game is modeled on the Chinese actor Chow Yun-Fat.";
fDesc[7] = "contigous blocks / allocation units. This can slow down the system severely and cause the hard disk to work more if the fragmentation levels are high. Diskeeper can automatically defragment the hard disk. You can specify the Disk priority and CPU priority.";
fDesc[8] = "characters. Be a Tiger and show your speed ability. Search for the gold monkeys and shoot them for extra points. This game is a timed game so you must be fast and complete your task before the time is over.";
fDesc[9] = "faster and stable. It allows you to instantly free up memory when your system slows down.";
fDesc[10] = "settings: Quick defrag, Complete defrag and Advanced defrag. All of those vary only in the extent and accuracy at which the application changes your filesystem.";
fDesc[12] = "to launch your old software at a user-defined speed and automatically close.";
fDesc[13] = "residents in your system could outgrow making your system slows and sluggish. Manual cleaning of these residents is a real pain in the neck. But now you could delegate this job to Advanced Windows Cleaner 1.0.";
fDesc[15] = "want to disable the Start-up Logo, Scandisk auto-run feature that slows down the booting process. By defau...";
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 = '...';
}
}