var fDesc=new Array(); fDesc[1] = ", those Konami games that were originated by the game Donkey Kong. In this game you need to go through a lot of screens, avoiding dangers and enemies, and collecting gold coins, till you finish your mission."; fDesc[2] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation."; fDesc[3] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[4] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[5] = "Autobot Campaign and the Decepticon Campaign. The Autobot campaign consists in defending Earth from the evil Decepticons; on the other hand, The Decepticon Campaign consist in annihilating the Autobots and gaining control on Earth."; fDesc[6] = "from overflowing the screen. It has a basic interface with simple graphics and sounds. The basic idea is fun but it needs some additional features."; fDesc[7] = "one of his trips to the Middle East and realizes that selling arms is not a good business for his soul. He develops a robotic suit that helps him fight foes left and right. The game features awesome graphics and many weapons that can be used from within the suite."; fDesc[8] = "letters, and instead of creating pairs as in a regular Mah Jong game, here you will have to spell words with the available letters in the board."; fDesc[9] = "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[10] = "can a game that tells you that not be awesome? At first I was reluctant to play this game. When I play a first person shooter, I want it to be all about me. I want to go solo and kill the enemy. BIA does things a little differently."; fDesc[11] = "blocks of the same color together. There is also a \"Supa Weapon\" available which can be used when it's fully charged.Each time we fill up our Brick-o-Meter we will get to the next stage."; fDesc[12] = ", but stage after stage we must get enough money to buy new equipment and upgrades. In order to get money we must serve as many customers as we can by making and selling them different items. A previously specified amount of money must be reached to be able to get to the following stage."; fDesc[13] = "published by UbiSoft. In video games, as in many other fields, change is essential to evolve. Surely this is what the Blue Byte staff thought when they decided to work with The Settlers: Rise Of An Empire."; fDesc[14] = "game was developed by Gas Powered Games and published by 2K Games. This is the expansion to the second half of a game which is not limited to repeating what has already been seen, but adds some new features to improve the original."; fDesc[15] = "the pets, cut their hair and much more. After just one day working at Pet Corp, our character is fired and she decides to create her own pet shop. As with any new business we must buy furniture, equipment and lots of things."; 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 = '...'; } }