var fDesc=new Array(); fDesc[1] = "The game features a charming turtle in its mission to save the bay where it used to live, from the invaders' attack. The story behind this game is really thrilling."; fDesc[2] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead."; fDesc[3] = "being attacked by evil creatures. Using his FLUDD backpack he must build plumbs to escape the different levels. There“s a problem: after building the plumbs, he must poison the plant that will come out from them."; fDesc[4] = "your island and treasures from the pirates that attack it, firing you their own cannons from their ships and aerostats. You will aim your cannon with your mouse, firing it with the left mouse button."; fDesc[5] = "experience exciting matches against your PC. You will find a very fast virtual rival, hard to defeat. And if that rival is not enough, Cannon Smash will let you play against your friends over a LAN, or even over the Internet through the game's server."; fDesc[6] = "you from the top of the screen. You will need to shoot bubbles of the same color that the one of the two balls that you have in your cannon. You can switch between them by pressing the right button of your mouse."; fDesc[7] = "patriots rise in rebellion against the conquerors to protect their home."; fDesc[8] = "by controlling a battle tank and taking turns at aiming and firing at each other. Good graphics, various types of weapons along with multiplayer ability promises a compelling gameplay. The small install size makes it ideal for an overwhelming gaming experience even on a PDA. ."; fDesc[9] = "on the mouse and it will fire a bubble against the big group of colored bubbles on the top. Be fast enough to destroy all the bubbles on the screen and you will advance to the next level. If the bubbles reach the bottom of the screen and you will lose the game."; fDesc[10] = "screen. In this game you must move fast and grab a ball from the chain to shoot it back and place it in groups of identical colors in order to destroy them all."; fDesc[11] = "scenic landscapes. Enjoy the real time smoke trails and fully customizable weapon economy with up to 16 players."; fDesc[12] = "existence of different items that enhance the game. For example, in the first stage there is a cannon. We must lead the golf ball to a hole near the cannon, and then we can aim the cannon and shoot the ball towards the hole."; fDesc[13] = "in your path before Sharksword and his pirates sink your ship! Collect all the dazzling treasures of the oceans, and meet a zany cast of characters on this colorful swashbuckler's quest."; fDesc[14] = "fortress from piratical invaders with the help of some lead, a cannon, and a lot of gunpowder."; fDesc[15] = "Mosquito aircraft of the RAF. Mosquito was famous in its time as a versatile aircraft with RAF and they were devastatingly effective against the enemy as they could carry up to 4 x 500 lb. bombs and could be equipped with 4 20mm cannon."; 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 = '...'; } }