var fDesc=new Array(); fDesc[1] = "storyline much attractive. You start being a nameless, faceless new racer who is trying to gain popularity in the city of Rockport. Graphically, the game looks great. Regarding sound, the game has amazing engine noises that change depending on which car you are in."; fDesc[2] = "action-packed 3d blast along roads filled with enemy agents - but also with innocent civilians that you should protect at all costs."; fDesc[3] = "installment include the Aston Martin DB7, Ferrari 550 Maranello, and the Lamborghini Diablo SV. With the ability to download more exclusive vehicles from the Need for Speed website, there will always be something new to test drive. For multiplayer-enthusiast s, NFS3 supports up to two players with a Modem or Serial connection or up to eight players with a LAN connection. As if that wasn't enough, the already-stunning graphics have been improved, with an even higher level of attention to detail that includes blowing leaves, smoke from the burning rubber of tires, and amazing weather effects such as rain, lightning, snow, and fog. Finally, there's an all-new Hot Pursuit mode where you scorch the streets on either side of the law: Elude the fuzz as a speeding motorist or enforce justice from a police patrol vehicle. Surely, racing doesn't get any better than this."; fDesc[4] = "certainly has a lot of elements and nice features to keep you entertained, however it also has a number of annoying glitches."; fDesc[5] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans."; fDesc[7] = "around racing Porsche sports cars, with models ranging from 1950 to 2000. something remarkable in the game is its extensive information about Porsche and its cars. Release 3.0 brings some improvements and bug fixes to the game."; fDesc[8] = "friends. You can also play the single mode and answer adult or kids questions. The adult questions are more difficult. Each person will have to throw the dices and then choose a question category."; fDesc[9] = "feature in this release is that it includes police chases as the most relevant part of gameplay. However, Hot Pursuit keeps the original racing-type characteristics of the series, this time focused in driving exotic sports cars."; fDesc[10] = "general knowledge. This PC edition of the classic game, dedicated to the 80’s, adds new game modes, and hundreds of questions related to this decade."; fDesc[14] = "supernatural events and the constant pursuit of unnatural evil creatures. Larva Mortus is an upper view shooter in which we must fight all kind of evil creatures and monsters."; 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 = '...'; } }