var fDesc=new Array(); fDesc[1] = "It takes you to the wonderful world of Egyptian pyramids, to search for uncovered priceless treasures. In spite of being a classic brick-breaking game, it turns out to be not repetitive or too easy as other games of this type may be."; fDesc[2] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer."; fDesc[3] = "right on the computer. The program features: zoom in and out, 360 degrees rotation of the view, bricks connections between each other and rotation, etc."; fDesc[4] = "high scores, and a set of new backgrounds and game pieces. The player can choose between four game modes: Traditional, Puzzle, Relapse or Strategy."; fDesc[5] = "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[6] = "blocks of the same color together. There is also a \"Supa Weapon\" available which can be used when it's fully charged.Each time we fill up our Brick-o-Meter we will get to the next stage."; fDesc[7] = "family can enjoy. Hand-crafted by an old pro, Super DX-Ball is the quintessential brick-breaking game that you've been searching for."; fDesc[8] = "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[9] = "hours of fun. The game features original 3D graphics which are good but not impressive. As in any brick breaking game, your goal is to break all the bricks using a paddle and a ball."; fDesc[10] = "difference in Geometry Ball is that you will share the board with a computer opponent, that will bounce its own balls, but they will BUILD bricks. You have to destroy that bricks before they cover all the board, or you lose."; fDesc[11] = "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[12] = "you explore a vast world of arcade fun. Unlock new features, locations, and surprises as you bring down each level brick by brick. Featuring addictive game play, tons of exciting power-ups, and fantastic graphics, Adventure Ball is fast and fun excitement for the entire family."; fDesc[13] = "ancient brick-busting fun in Temple of Bricks. Featuring awesome explosive power-ups, unique brick types, and a stirring backdrop, get lost in fast family fun today."; fDesc[14] = "blast away brilliantly colored bricks stacked into unique shapes and positions. Featuring 100 thrilling levels, 24 unique bonuses and stunning 3D graphics, Aztec Ball is the ultimate adventure in brick-busting fun."; fDesc[15] = "surface you need, just cut a few single bricks from your image source and save each one to an image file for uploading into Bricks'n'Tiles, the program will provide you with different brick algorithms to create your brick pattern."; 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 = '...'; } }