var fDesc=new Array(); fDesc[1] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[2] = "Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[3] = "you can use to keep statistics, Microsoft Office add-ons and games. These new versions enable cool fun features that build on the latest technologies including WPF, WCF and LINQ."; fDesc[4] = "to clear all the spaces in your board, new butterflies will appear when you set groups, you must clear the tiles and rocks under them. Help your fairy friend to built a house and enjoy this magical adventure."; fDesc[5] = "time playing it. Pocket Tanks Deluxe is a simple game, there are two tanks, one controlled by us, the other one is controlled either by the computer or by another player. The aim of the game is to hit the other tank the most before all the weapons are used."; fDesc[6] = "Personal Instruction * Practice Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[7] = "of casino games directly from their homes. Among the popular games, players will find table games like Blackjack, Craps, Baccarat, Mulligan Poker, among others."; fDesc[8] = "like Bridge, Hearts and Gin Runny to family games like Crazy Eights and Old Maid. It also includes fifty different Solitaire games. Many of the games can be played with Hoyle computer players, and some games can be played with several people in front of your computer."; fDesc[9] = "that one of the Conflict games is ever released on next-gen consoles and the PC at the same time, or so. The game features 2 CIA operatives who have different styles and approaches."; fDesc[10] = "have strong proof. Just head to the official site and take a look of it. In the game, your mission is to defend humanity from an alien invasion.............. ."; fDesc[11] = "Games and Hoyle Board Games. Bend your mind around 18 challenging puzzle games, from crosswords to word searches. Then test your skill at dozen board favorites. They’re two great titles for one great price, with all the quality and fun you’ve come to expect from Hoyle!"; fDesc[12] = "sixty casino games and includes the classic table and card games like Roulette, Baccarat, Casino War, Craps, as well as the latest and innovative slots machines. The software, secure and stable, is completely free to download."; fDesc[13] = "chess with players all around the world, on an existing table, open a new one or join one of PlayE4 chess tournaments. You can play just for fun or for real money. The program (and the servers) allows to use 16 different languages to play."; fDesc[14] = "you eat and each time there will be less fishes capable of eating you. Become the bigger fish in the ocean. Enjoy this simple arcade game that show you how to become a predator from being the pray."; fDesc[15] = "your mental capacity. It includes amazing card games, challenging puzzle games, memory and number games, among others, that will help you enhance problem solving skills while at the same time providing fun and entertainment."; 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 = '...'; } }