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] = "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] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1120"; fDesc[4] = "that will appear from the top of the screen. You can collect power-ups to gain access to more sofisticated ammo, more power, extra lives and score points."; fDesc[5] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1210"; fDesc[6] = "the media’s pre-recorded information on account of the technical specifics, eccentricity issues, uneven dye distribution over the surface, or uneven weight distribution in the media."; fDesc[7] = "they travel. Quad Missile - Four small missiles release at a distance, then home in. Carpet Bomb - Difficult to miss at a distance, very powerful with line-of-sight."; fDesc[8] = "technology. * 2000dpi Laser Sensor * 32KB Onboard Memory * 1000Hz Ultrapolling™ Add 32KB of onboard memory, this intelligent mouse is a genre-defining weapon that makes for penetrating, explosive gameplay."; fDesc[9] = "lands Comet: Explodes on contact into six highly bouncy fragments Sunburn: Explodes near tank, fires laser beams that bounce off terrain Riptide: Sends out a horizontal wave of reflective missiles"; fDesc[10] = "At startup, we can select several options, such as full screen, video mode, music volume, sound volume, voices. In this game, we but click on the colored blocks as quickly as possible and make them disappear, before the laser ray of the green frog hits the blocks."; fDesc[11] = "Laser&Inkjet CD Labels, CD Inlays, DVD Inlays, Business Cards and Computer Labels. The program can be installed in English, French, German, Spanish, Italian and Dutch, but can be set to function in 21 different languages."; fDesc[12] = "ground and fills it with lava. Streamers - Tons of streaming bullets that bounce everywhere. Mass Driver - Summons an asteroid from orbit... head for cover. Molten Plastic - Covers the terrain with burning bouncy dirt."; fDesc[13] = "levels and three game modes (including stunt mode) await you. There are 11 unique sea creatures hunting you down. You will meet Missile Fish, Robo Birds, TNT Turtles, Robo Sharks, and more!"; fDesc[14] = "introduce any changes to the game, but it still feels like a great game. This is a sci-fi shooter that is oriented to multiplayer action. The game is characterized by being fast-paced, explosive and fun. The characters all are the same in terms of abilities and speed and whatnot."; fDesc[15] = "opponent, or play online against human opponents in competitions and tournaments with over 100 maps."; 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 = '...'; } }