var fDesc=new Array(); fDesc[1] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[2] = "4 unique tanks of action-puzzle adventure!"; fDesc[3] = "and most of them are really good. So, when you have to make up your mind, it is often a tough choice. This one is perhaps not as well known as the other contenders, but it definitely does not lack in the feature department. All you might expect is here."; fDesc[4] = "way around because you will be surrounded. Go ahead and crush all the soldiers on your way. Place mines for enemies that are real close to you. If you are able enough establish a good perimeter so your enemies won´t get so close."; fDesc[5] = "to this great saga. This time, the Prince of Persia, decides to go back in time, to kill a creature called Dahaka, which is like a black hole, eats everything in its way."; fDesc[6] = "viewers often only show you the processes and that is all they do. What's Running takes things one step further by adding services, modules, network connections, and more to the mix."; fDesc[7] = "into a single category, because the game is so rich that it would not be fair to do that. This masterpiece puts you in command of an army of worms who have a variety of weapons. The goal is simple: kill all the worms from the other teams before they kill you."; fDesc[8] = "worry, Anti Trojan Elite is able to analyze, detect and remove all kinds of trojans and keyloggers from your PC. Anti Trojan Elite is the perfect complement together with your antivirus, because it's specially created to detect and destroy the popular Trojan virus, which are very destroyers."; fDesc[9] = "shoot all the time to almost everything. You will control a tank and from there you will be able to reach your mission, to kill your enemies."; fDesc[10] = "invasion. For achieving this, you must kill everyone coming your way. You begin shooting ships, that need to be hit several times to be sunk, and then the soldiers that would emerge from the ships, if they can reach the coast."; fDesc[11] = "kill your enemy, the funny part of the game is that your enemy is just the same as you. This worms make every action with an excellent expression of their objectives, to kill the opponent."; fDesc[12] = "Arctic. In his way throughout the different levels, the bear has to fight a great variety of evil monsters with his only weapon: a snowball. In order to get to the next level, you have to kill your enemies by turning them into large snow balls that you can kick to kill others."; fDesc[13] = "female detective in the recently-formed Vigilante Unit. Your first case has to do with a husband who's suspected of trying to kill the people responsible for murdering his wife and daughter."; fDesc[14] = "everything with the magnifying glass. The user can explore a high school and snoop through confidential files on the suspects. The game has different difficulty levels ranging from junior to senior detective."; fDesc[15] = "Auto Kill ActiveSync and Kill ActiveSync. Auto Kill ActiveSync closes the Microsoft ActiveSync iconfrom the system try directly without opening any window. Microsoft ActiveSync can be executed again at any time without problem, if you run Kill ActiveSync"; 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 = '...'; } }