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] = "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[3] = "in the next generation of real-time strategy. Battle it out in unprecedented detail on full 3D environments with all-new units, including Aurora Strike Bombers, Dragon Tanks, and much more!"; fDesc[4] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[5] = "of elite army corpses, weapons and technollogy. Generals Zero hour can be played with 3 teams: The Chineese, the Terrorist, and, of course, the American one."; fDesc[6] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[7] = "fast-paced action and a lot of detail everywhere. Characters are all identical to those in the movie. The game itself could be considered a prequel to the movie, but I don't want to get into spoilers."; fDesc[9] = "various platforms used in submarine warfare mainly by Russia and the U.S. are represented with a high level of realism (and difficulty) in the handling and interpretation of these technology cathedrals systems."; fDesc[10] = "Vietcong, a first-person action shooter set during the infamous conflict in Southeast Asia! Command expertly trained members of the U.S. Special Forces on critical missions through dangerous territories! You are the leader of one of the finest fighting forces ever assembled. It's time to show the world what you"; fDesc[11] = "conflict with real motivations and very similar to those of today. You will have the three sides, which are Russia, Iraq and the United States. Each side has a different form of warfare, so each ones need a variety of strategies to their troops."; fDesc[12] = "previous two games. You are part of a faction (usually American, Russian, Chinese) and you have to destroy your enemy. This review focuses on the single player application of the game (the game runs from two separate applications: multiplayer and single player)."; fDesc[13] = "F-16 Multirole Fighter 1.0 sim is designed to provide you with the real life experience of flying this amazing aircraft. The Sim boasts of authentic lockheed approved sim model of the planes and the sim has been tested by none other than the companies F-16 test pilot"; fDesc[14] = "user-friendly features make studying for the examination both stimulating and fun. Must for GRE takers!"; 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 = '...'; } }