var fDesc=new Array(); fDesc[1] = "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[2] = "the settings and different alternatives for fun are excellent, you will never get bored. Choose your track and car for a single race or a championship and try to break all the speed records."; fDesc[3] = "doesn't provide that much new features but its not a bad game. If you are a racing fan, you should try the demo first, there is a chance you can love it or that you can find it a little bland."; fDesc[4] = "players on a single PC and up to eight characters on screen in online mode. This new version has four Battle modes, a survival Stage, a game recording feature and background music."; fDesc[5] = "graphics and physics are excellent. However the developer of the game, SimBin, has already released the newer evolution of the series."; fDesc[6] = "and Circuit Racing. You will compete against other computer opponents, driving your car using the keyboard or the mouse, you can choose between this controls. The game allows you to customize your character and every aspect of your car."; fDesc[7] = "through deserts, country roads, rocky mountains and icy winter roads. The game consists of a series of championships. You can choose the type of car you want to drive, and the color it will have. You can select between six types of championship."; fDesc[8] = "players to play in the World Series of Poker against world class players and win a championship bracelet for the $10,000 main event. In the game, players must put their poker skills to the ultimate test and compete against champions of the game in virtual tournament venues and locations"; fDesc[9] = "the world. The player can choose between 9 different off-road vehicles depending of his driving characteristics. In this game there are two game modes, arcade mode and championship mode."; fDesc[10] = "champions from the real tournaments with various full line and electrifying tournaments. There have been major and exceptional graphic changes and enhancements."; fDesc[11] = "game is an improved version of World Championship Poker game, so you probably know what it is about. Your main goal in this game is to win as many tournaments as possible."; fDesc[12] = "strategy. This game has full color backgrounds making the game visually appealing. The color backgrounds are designed under various themes and categories breaking the monotony of seeing the same application background."; fDesc[13] = "today’s favorite varieties of poker to choose, ranging from Texas Hold’em and Five-Card Stud to Deuce-to-Seven Triple Draw and Razz. All of the above said games, can be played online."; fDesc[14] = "Taylor, Mark Dudbridge, Dennis Priestley, Alan Warriner-Little, Colin Lloyd, Raymond Van Barneveld, John Part, Peter Manley, Adrian Lewis, and Wayne Mardle."; fDesc[15] = "hottest chick around by winning every race within the Hot Chix championship. If you don't fancy your chances in the championship just yet, you can practice the tracks using the time trial mode."; 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 = '...'; } }