var fDesc=new Array(); fDesc[1] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first."; fDesc[2] = "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[3] = "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[4] = "Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[5] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[6] = ", mad speed and narrow curves. Feel frantic auto racing drive. You have to prove you're the best here over and over. Are you ready?"; 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] = "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."; fDesc[9] = "and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[10] = "danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[11] = "different complexity level won't leave indifferent even a most sophisticated racer! Well, shall we emulate?"; fDesc[12] = "simple but decent graphics and sound effects. It also includes a suitable but repetitive music. As in any racing game, the objective is to reach the finish line the first."; fDesc[13] = "of the fiery lava mouth and shift from scorching meteorites. The sea of adrenaline is waiting for you along the road."; fDesc[14] = "finish first. The game gives you a feeling of speed and danger. Every level of the game is full of obstacles!"; fDesc[15] = "you with some lights where you must stand to do certain things. This simulation is well done, moves and activities are as in real life."; 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 = '...'; } }