var fDesc=new Array(); fDesc[1] = "previous versions. Given the number of race days you need to win, it takes quite a long time to get to the end, thus making the game a little uninteresting. While graphics are realistic, ProStreet's audio isn't very good and this definitely makes the game not as good as expected."; fDesc[2] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first."; fDesc[3] = "time. Don“t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot."; fDesc[4] = "graphics and a lot of interesting routes will catch your attention to this game. Are you up for the challenge? Don't think it's so easy."; fDesc[5] = "Racing\". Here you will become a driver of a nice sports car, and your mission will be to compete in illegal street races through big cities, and in this way, earn money, prestige, and make improvements to your sport car."; fDesc[6] = "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[7] = "your driving skills in difficult conditions. Realistic settings, various obstacles and all these are in full 3D!"; fDesc[8] = "action-packed 3d blast along roads filled with enemy agents - but also with innocent civilians that you should protect at all costs."; fDesc[9] = "drive, this is your game. In this game you must drive a car in a very special space, you can see how your car explodes when you go out of the road."; fDesc[10] = "Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[11] = "used to play them more than often. Sega Rally 2 was amazing because of the graphics, the maps, and the sounds. Now, SEGA Rally Revo is amazing because of the same things."; fDesc[12] = "Prix. You can also choose the single race and quick start modes. The training mode will help you to improve your skills."; fDesc[13] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[14] = "including licensed cars of various types from NASCAR to Formula 1 and normal sports cars. There are also many different tracks, many different options to choose from and even the ability to make your own cars and tracks."; fDesc[15] = "police catch you or you will go to jail and the game will be over. Enjoy this fun game and run fast to get control of all the territory. Collect guns and items to help you in your challenge."; 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 = '...'; } }