var fDesc=new Array(); fDesc[1] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable."; fDesc[2] = "next stage, for example, in the first stage you have get eggs from hens. To get eggs hens must eat grass, and to get grass you have to water the ground. This is the kind of tasks that you have to carry out. In later stages you have to deal with pigs, cows, and many more..."; fDesc[3] = "given the task to captain a submarine which is a part of the North-Atlantic fleet. Your orders are to patrol the seas. Every patrol mission will determine the outcome of your whole career."; fDesc[4] = "virtual rookie rider whose virtual career is developed by the skills of the player resulting in him becoming the ultimate MX athlete if all of the challenges of the tracks can be met."; fDesc[5] = "online against other players worldwide. The QuickPlay mode is a 4 ball game, played in the Garage, you can vary the length of the game in matches, the Table Setup (Amateur, Professional, Championship or Custom), and if you want a shot clock or not."; fDesc[6] = "new career and travel from city to city to earn the money you need to expand the railroads in this fantastic word adventure."; fDesc[7] = "is a racing mode in which the reward is the defeated player's car. The 4.5 patch for Need For Speed High Stakes is for integration with EA Racing's new NPS2 gaming servers for High Stakes, among other things."; fDesc[8] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; fDesc[9] = "sandbox mode. In the career mode you must achieve a task before deadline. Should you succeed, you´ll be awarded with a promotion. In the sandbox mode you can build your own townat your leisure. In both modes you can construct buildings."; fDesc[10] = "may surely know, the result of the game is quite unexpected since you never know how the game will turn out. The purpose of the game is well known…You start the game deciding whether to choose a career or pay your way to college."; fDesc[11] = "career objectives, and deliver those to multitudes of employers seeking just the qualifications you possess."; fDesc[12] = "valuable customers. Play this fast and challenging game."; fDesc[13] = "launched in North America. This fourth release of the popular racing game introduces various new classes of gameplay: High Stakes, Getaway and Career"; fDesc[14] = ", enabling them to experience virtually, a Cargo Pilot’s career from simple beginnings at a small airstrip right through to working in an international airport flying massive jets."; fDesc[15] = "on dirt. In the game you compete on more than 20 different tracks including Dodge City, Eldora, Williams Grove and world-famous Knoxville Raceway."; 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 = '...'; } }