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] = "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[5] = "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[6] = "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[7] = "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[8] = "rocket. The game has over 170 levels and good graphics. It is really a good representation of what a breakout game must be."; fDesc[9] = "with your paddle to blast off all the blocks on the level and proceed through 6 different epochs from Antiquity to Wild West."; fDesc[11] = "impeccable physics, silky-smooth playability, and a bunch of fantastic new power-ups. At less than 4 megs, Z-Ball is a quick download."; fDesc[13] = "particle effects and object morphing to keep you mesmerized. The gameplay is enhanced by new power items and bonuses to keep you thinking."; 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 = '...'; } }