var fDesc=new Array();
fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[2] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[3] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[4] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[5] = "It can scan for wireless networks and try to hack in. It can try to decrypt database files like those of dBase, Excel, MS Access, FoxPro, etc.";
fDesc[6] = "add and remove resources such as text, images, icons, sounds, videos, dialogs and menus in almost all applications.";
fDesc[7] = "reflects the hack'n'slash spirit of Dungeon Siege, with some modifications. As it happened in the first part, every character improves his skill, as we make use of it, and becomes a real specialist in his field.";
fDesc[8] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again.";
fDesc[9] = "tweak and optimize Windows XP very easily. The interface of this application is very intiutive and very little user intervention is required. The optimization is done is within seconds. It increases the overall performance of your Windows XP system.";
fDesc[10] = "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[11] = "automatically. All intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[12] = "in real-time 3D graphics.";
fDesc[13] = "this program for editing an array of different file types. From .DLL files to .INI files to .BAK files, currently, since Text Hack Professional is in Beta process, not all file types have been added. In the final version expect a lot more.";
fDesc[14] = "this small program you can search Google for music, applications, tools, books, proxies, maps or timelines, and many other things.";
fDesc[15] = "Unsolicited UDP packets and TCP connections will not get through. In short, the computer cannot be detected from outside. Hack Tracer ...";
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 = '...';
}
}