var fDesc=new Array(); fDesc[1] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[2] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[3] = "Blackjack. They differ mainly in the amounts of the bets. Barroom´s bets go from $1 minimum to $200 maximum, while Vegas´ bets go between $100 minimum to $1000 maximum."; fDesc[4] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier."; fDesc[5] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On."; fDesc[6] = "Explorer may not be up to speed for your everyday filing task requirements. Using DateiCommander 10.0 is just as easy as using Windows Explorer but this program will provide you with many additional tools and functions and it does the job of almost twenty programs."; fDesc[7] = "After you get familiar with the game, you will have to houses and camps to accommodate your growing population, while gold mines, lumberyards, and farms can help speed up your resource collection."; fDesc[8] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve."; fDesc[9] = "fantasy land of Styrateg from the grip of evil emerging in the ancient kingdoms of the land. It features over 20 unique levels of play and the Styrateg 1.1 game includes original medieval music which adds to the atmosphere of the player’s experience."; fDesc[10] = "emulate a physical CD device with the advantages of a hard disk. The program will allow you to use up to twenty virtual CD drives at the same time, and you will also be able to share them over a network."; fDesc[11] = "topic specific and include economics, biology, medicine, linguistics, banking, equipment and technology and many more important subjects."; fDesc[12] = "The United States Playing Card Company."; fDesc[13] = "family and friends by doing so"; fDesc[14] = "gather pearls that will allow you to purchase special powers, you will also be able to use different powerups and earn trophies."; fDesc[15] = "incude Autoplay, Advanced Card Marking Features, Sound, speed controls, Save/Load Game and many more."; 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 = '...'; } }