var fDesc=new Array(); fDesc[1] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans"; fDesc[2] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\""; fDesc[3] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing."; fDesc[4] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles.The first one that you will notice is \"represent your country,\" which allows you to pick a country and start a sort of identity online."; fDesc[5] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface."; fDesc[6] = "interface has transparencies effects, in a Vista fashion. The game rules are that of the regular solitaire that´s included with Windows."; fDesc[7] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08."; fDesc[8] = "editor by liberostelios. As its name mean, the editor allows you to modify and create your own stadiums for the PC game version, in fact there are a lot of kits developed by different PES community members that were created using this tool."; fDesc[9] = "them type of game. With great models and stadiums, the game does offer a lot of fun. Specially if the players organize themselves to play as a team."; fDesc[10] = "music, wildlife and general. You need to be quick at responding, since you have only 20 seconds to answer the question. if you love quizzes and trivia games, this one is definitely for you."; fDesc[11] = "month for Members. 2D and 3D modes of play, accurate physics and modelling, play soccer and chat with others on the Internet."; 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 = '...'; } }