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] = "Berlin Wall hadn't fallen? Well, we would be living in a quite different world. That is what the game is all about. The Berlin Wall didn't fall and the Soviet army kept on getting more and more powerful."; fDesc[3] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[5] = "War. Plot: You are an American soldier and you will have to infiltrate in the enemy ranks and get the vital information that is needed by your superiors. As you are a sniper the rifle will be your weapon."; fDesc[6] = "group arrives to investigate a peculiar mystery. Apparently, during World War 2 a super special power generator was created which could satisfy world energy needs by its own. Now, this group of investigators has to find out where its parts are in order to be able to reassemble it."; fDesc[7] = "part in 16 historical air battles over detailed scenic models of Norway, London, Dunkirk and Berlin, and return safely from realistic dog fights. Players are provided with tutorials in Battle of Europe 1.0 to prepare them for the 16 missions"; fDesc[9] = "from 3 European cities: London, Paris or Berlin. Playing in the Scenario Mode you will need to face a series of different challenges. In the Box mode, you´ll just have to build your mall."; fDesc[14] = "Studios. Now your commandos are prepared to take the deadliest mission yet as you venture deep into enemy territory across three extensive campaigns from the frozen ruins of Stalingrad through to the forests of central Europe and onto the beaches of Normandy."; fDesc[15] = "Playing the game is enjoyable and rewarding! Prepare yourself for huge fun and huge wins!"; 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 = '...'; } }