var fDesc=new Array(); fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes."; fDesc[2] = "those games, you have to keep the ball bouncing into three walls, destroying thing as it touchs it, and getting points for it. From time to time, a destroyed item will free a bonus item, that will give you some advantage if you catch it."; fDesc[3] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones."; fDesc[4] = "fighting machine with weapon upgrades, rocket turrets, bots and additional weapons. Encounter various modifications of enemy fighters, cruisers, mine-layers and ground defences. Destroy vast command ships before they destroy you. Gorgeous graphics and special effects, original environment in each level and much more."; fDesc[5] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[6] = "practice for homing missiles. Power Washer - Powerful stream of water targets your opponent. Cheap Shot - Teleports a bomb directly on top of the other tank. Blackout - Neigh invisible bullet that shrouds area with darkness."; fDesc[7] = "helicopters armada. Prepare for HARD battle! The game has sharp graphics and nice battle music. Enjoy!"; fDesc[8] = "from movies and music to games, applications and books. This program supports Gnutella and eDonkey networks."; fDesc[9] = "controlling the ship with your mouse. You can fire regular ammunitions (laser) and rockets. You start the game with four lives, full level of power, and full level of armor. Every time you got hit by the enemies, you lose some armor level. Try this game for 60 minutes."; fDesc[10] = "future where the traditional sports have been replaced by more violent and aggressive entertainments to keep the world's population busy and entertained."; fDesc[11] = "challenge in a combination of different sports like bowling with golf. This great game will challenge you with different levels, each level increases the difficulty and every shot presents a nice strategy."; fDesc[12] = "features is Rocket.Time Plus’ multiple time zone support. The ‘My Time Zones’ page allows you to maintain a list of time zones, which displays live views of the actual time at each location."; fDesc[13] = ", DOC, TXT, and more) easily and quickly. The software supports a batch conversion, a run from command line, more than 50 languages."; fDesc[14] = "as comic, interesting, common, or what. You will be able to see a nice background depicting space, although not realistic at all. The clock itself resembles a planet, complete with meteor holes. The rocket is circling constantly around the “planet”, moved by the seconds’ hand."; 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 = '...'; } }