var fDesc=new Array(); fDesc[1] = "those games, you have to keep the ball bouncing into three walls, destroying thing as it touchs it, and getting points for it. From time to time, a destroyed item will free a bonus item, that will give you some advantage if you catch it."; fDesc[2] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers."; fDesc[3] = "Very original backgrounds. You'll find that the difficulty increases level after level till you'll think they are impossible to finish but even then you won't be able to leave the game for a long while!"; fDesc[4] = "Ball, and Big Ball, multiple ray-traced balls, explosive bricks, an easy to play Kid-Mode, a euro-techno sound track, and highly addicting game play. New version adds multi-player, more music, and new options."; fDesc[5] = "brick-busting game to a new and more thrilling level. Playing Ricochet is very easy, you only have to control you shielded ship with your mouse and destroy all the bricks with the ion sphere."; fDesc[6] = "terrain. Volcano: Massive eruption that throws fire and debris everywhere. Pedestal: Puts the tank up on a high pedestal. Fire Storm: Multiple explosions with a sea of awesome bouncing fireballs."; fDesc[7] = "ball to destroy bricks, in order to get the ancient artifact Star Ball. As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar."; fDesc[8] = "hit a ball with your bat, and avoid it to run off the screen. The only way the ball can escape is by going behind you, the other three sides of the screen are closed with walls, and the ball will bounce on them."; fDesc[9] = "developed by Arcadebird, but they decided not to offer it in its site, www.arcadebird.com. They licensed it to Media Contact LLC, and they´re giving it away for free on their site."; fDesc[10] = "Arkanoid. There are many ships, and each ship has it's on special ability. \"Recall\" will let YOU control the ball! Also there are much new balls you can unlock, by collecting all the rings in each level."; fDesc[11] = "rocket. The game has over 170 levels and good graphics. It is really a good representation of what a breakout game must be."; fDesc[12] = "with your paddle to blast off all the blocks on the level and proceed through 6 different epochs from Antiquity to Wild West."; fDesc[13] = ", rotate spinners, earn multi-balls and much more while breaking every block in sight. You can even collect power-ups and earn massive point combos!"; fDesc[14] = "with a ball, which you will have to deflect with a paddle. You'll have to hit the ball with the paddle, to prevent it from falling down."; 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 = '...'; } }