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] = "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[3] = "effects, splendid graphics and many fantastic routes will not leave you indifferent. Are you ready for a race? Go!"; fDesc[4] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[5] = "and 2 great Australian tracks. The tracks are beautifully modeled and the cars look good too. It is free so every racing fan should check it out."; fDesc[6] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[7] = "join forces to save the world from the invading robot Cogs, who are attempting to turn the world of Toontown into a corporate metropolis. The weapon that Toons use to defeat Cogs are cartoon gags, cause the robots can't take a joke."; 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[10] = "graphics and many fantastic routes will not leave you indifferent. Are you ready for a race? Go!"; fDesc[11] = "will have to snatch your life out of the fiery lava mouth and shift from scorching meteorites."; fDesc[13] = "game modes and levels to suit all skill levels. And, its completely free !"; fDesc[14] = "course, decide who you want to race against and push your wheels to the limit."; fDesc[15] = "excitement. Your Chevy is waiting to burn some rubber!"; 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 = '...'; } }