var fDesc=new Array();
fDesc[1] = "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[2] = "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] = "easter eggs for the most popular games. The data has been collected from the ChEaTs software. The authors updated the cheats to include them in CheMax.";
fDesc[5] = "for many games. The cheat codes for any game is available in the internet now, just by a Google search. Cheatbook database is for offline use, when you need a cheat code! The program database contains tens of thousans of cheat codes.";
fDesc[7] = "address where a desired quantity (like amount of money) is located so you can change that quantity.";
fDesc[8] = "software prevents other users from cheating, hacking, or using other unfair advantage over you while playing online games. By a proprietary cheat detection system, Game Vindicator uses ways of detecting and blocking illegal software, viruses, hacks or any other suspicious application.";
fDesc[10] = ", NUnit, Regular Expressions, SQL Server, HTML, CSS, and an ASCII Chart. Single sided pages to easily hang on your cube wall.";
fDesc[11] = "cheating on commercial or shareware games you have ever seen!";
fDesc[12] = "physics equations.";
fDesc[13] = ", 'Copy', 'Save as text'! There will also be add-ons for easy access and patches for the games, so you be invincible, etc. forever!";
fDesc[14] = "the market. It also has a nice easy interface for navigating through the cheat codes. There are also options like copying, printing, saving, etc. In t...";
fDesc[15] = ", reviews, hints, game company info and many other things all in one simple program. Its simplest and really easy to use. It also has many...";
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 = '...';
}
}