var fDesc=new Array(); fDesc[1] = "environment. Plot: Your mission is simple: to complete the journey and bring your load before the time runs out."; fDesc[2] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[3] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,"; fDesc[4] = "In this game you will be a pilot and you will have to perform various missions in hostile skies.At the beginning of the game you will be able to choose your chopper, among different models."; fDesc[5] = "game where you will be able to control a war helicopter while you will fight against a huge number of enemies. Plot:Unlike other games of simulation, this is a very simple one."; fDesc[6] = "In this case you are going to travel to the jungle to meet an ancient culture, the Aztec in South America, this people left us a lot of great buildings, an incredible culture and a lot of mysteries. They had an extraordinary knowledge of astronomy, mathematics and science."; fDesc[7] = "game.This is another amazing game developed by Media Contact LLC. Plot: You will be a war pilot and your duty will be to kill all your country enemies. Your superior will give some missions, every one is different from the others, you must reach your goal if you want to pass to the next level."; fDesc[8] = "site Gametop.com In this opportunity, you are going to travel to an ancient culture full of mysteries and adventure, the Egyptian culture. As you may know the major god was Amon Ra, he was the symbol of the sun, giver of life."; fDesc[9] = "totally for free. So to play Fish Tales you only have to get it and install it. The rest will be just to follow the options in the menu. You will have to survive the dangers of the sea following the nature's law and fulfilling some easy tasks."; fDesc[10] = "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[11] = "mission will be to destroy all the other war planes that come across in your way, In addition you will have some extra points for destroying ships, during the battle you must remember to move all the time, is the only way that they can´t destroy you."; fDesc[12] = "more, you do not even have to register at all. You will be able to find it in the site GameTop.com.This is an action game, you will command a tank in the space and you must protect your planet from the enemies."; fDesc[13] = "free, unlike other games of this genre. Plot: Your mission is to eliminate highly dangerous agents of the KGB who try to sabotage the major capitals of Europe."; fDesc[14] = "attractive story behind this puzzle game that will surely catch you. Jane and Bob, treasure hunters, have a mission to accomplish; make their way to find seven amulets."; fDesc[15] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level."; 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 = '...'; } }