var fDesc=new Array(); fDesc[1] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles."; fDesc[2] = "your aim. To begin with, you can create your own soldiers and military units, choosing your soldiers from the several force task characters that were inspired by the real forces from all over the world, such as SAS, Delta Force, or KFS."; fDesc[3] = "arcade shooter game pits you against the aliens in a ferocious battle to the death. Pilot your ship through 5 enormous galaxies and 50 futuristic, 3-D levels to find all the pieces of the secret weapon. You can play in three different levels: Cadet, Pilot or Ace."; fDesc[4] = "You can configure a soldier and quickly play around in a huge amount of 2D maps. There are 7 game mode to choose from in the game. Overall, it is really recommendable for a fun time."; fDesc[5] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[6] = ", the player has to connect three or more orbs of the same color to make them vanish from the screen, using a bat and a weapon."; fDesc[7] = ", in around 20 missions and two game-play modes. With good graphics and sounds that complement the game-play, this game is very complete. But a price tag that high is bound to make your wallet think a bit about the game."; fDesc[8] = "The United States Army has a small armed group in the fictitious island of Sahrani, located in the Atlantic Ocean. Everything is very realistic in this title."; fDesc[9] = "powerful as the Nuke. Pillow Fight: Direct damage on impact, with exploding feathers for splash damage. Sink and Swim: The enemy tank 'sinks' into a hole, as hail showers them from above."; fDesc[10] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!"; fDesc[11] = "bounces, the bigger the bang. Funnel: Trap an enemy tank in a steep valley made of bouncy dirt. Crazy Wall: It's a wall, it's an awesome weapon, and it's a little bizarre."; fDesc[12] = "opponent. Easier said than done. You can choose from 18 different mobiles, each one with specific advantages and weaknesses. Calculate strength, wind and angle to be a master in Gunbound."; fDesc[13] = "monsters, that will try to catch you while you walk in every direction by using the cursor movement keys. You have a weapon that you will aim moving by moving your mouse, while firing your gun using its left button. Each time you hit an enemy, it will burst leaving a big blood puddle."; fDesc[14] = "this particular sport, because it can cause strong emotions. You have to kill as many animals as you can and prevent being killed by bears or mooses. You have five shots available before you have to reload your weapon."; fDesc[15] = "will be added to MorphVOX Voice Changer Software. This library will be of no use without the MorpVOX program. These sounds will be specially adequate when playing online games, but can be also used when talking with your buddies through any Instant Messenger."; 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 = '...'; } }