var fDesc=new Array(); fDesc[1] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks."; fDesc[2] = "simulation games is back. In DIRT you will compete with vehicles like buggies of all kinds, rally cars, trucks and many others. The only thing they have in common is their ability to completely get dirty."; fDesc[3] = "The tracks are well done and has beautiful graphics. However, the challenge of Trials 2 is not there and might become too easy."; fDesc[4] = "you must haul cargo between 48 U.S.states, Canada and Mexico. Your goal is to make money, dominate the roads and eliminate the competition."; fDesc[5] = "rallying game. The Xtreme version also brings road going cars and some other off road vehicles. With over 40 tracks available, the repetitive value of the game is huge. This is a great addition to any racing fan collection."; fDesc[6] = "and you must haul cargo across the entire United States. Your goal is to make money, dominate the roads and eliminate the competition."; fDesc[7] = "obstacles and must not forget of collecting the prizes that will help to win the race. Another thing to have in mind is that you have to deliver the truck to the base in time."; fDesc[8] = "car is offroad type, so you can imagine big trucks, with high power engines and big tires. The circuits in which the races take place are full of curves and hills so it keeps very interesting all the time."; fDesc[9] = "you have to run your loads from coast to coast. Your goal is to build a fleet, deliver the goods to make money, dominate the roads and eliminate the competition."; fDesc[10] = "of those gigantic vehicles as they travel across the country. Watch several different 18-wheelers ride along many different scenarios and roads. Feel the power of their engines as they glide past you, both during the day and at night."; fDesc[11] = "vegetables. The farm is represented by a board-like rectangle divided into cells. Each cell has a plant on it. You have to keep them watered so they grow, and when they do, you can harvest your farm in order to load some trucks with the vegetables."; fDesc[12] = "a pride of the German industry with its unmistakable logo. Mercedes-Benz has, over the years, introduced many technological and safety innovations that have become common in modern cars buses and trucks."; fDesc[13] = "adds new weapons and vehicles, but as you would expect from a good expansion, Queen's Gambit brings a lot more. For example, the new vehicles, with the airplane Douglas DC3, the Sundat and coyote trucks with machine-gun in the back."; fDesc[14] = "get the worm that is generally on the other side of the road or in the middle. You may also have to get more than one worm per level."; fDesc[15] = "warriors drive across your screen."; 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 = '...'; } }