var fDesc=new Array(); fDesc[1] = "his treasures hidden in mines. Gameplay is similar to that of any other arcade scroller."; fDesc[2] = "themes - Rich graphics artwork - 6 episodes with something new on each one - Post your personal scores to Internet"; fDesc[3] = "in charge of exploring caves, beaches, and sunken vessels in search of a lost artifact. The game features only one game mode with 15 different locations, in which you will experience 5 three-mission sets and four bonus games."; fDesc[4] = "his quest to gather the mystical light crystals! Zamby is filled with hours upon hours of captivating brain training puzzles."; fDesc[5] = "four caves with twelve levels each, all more or less the same, with different levels of difficulty, and exciting bonus levels. It features a nice background music and cool graphics."; fDesc[6] = "brave prospector digs through caves collecting diamonds, while avoiding falling rocks and dangerous creatures of various types. Whether you have played the original game or not, you will definitely enjoy Boulder Dash by ZX Games. Besides the high quality the following deserve to be mentioned: Exact copies of the original levels Enhanced graphics Variable game speed Quick save and load Window and full-screen modes"; fDesc[8] = "snowboard and races through the Yeti caves. He must free his friends and cut the yeti food supply."; fDesc[9] = "puzzles of pharaohs, fight kings and show courage in many adventures to get them all."; fDesc[10] = "and find hidden treasure before his rival does or he and his friends could be doomed. The game features over 40 levels of play, set in lush forests environments, glacial mountains and dark caves with cave dwelling creatures."; fDesc[11] = "Dug, but it has different game dynamics. You must solve the level puzzles in order to get the stones. This is a great puzzle game and it will be a good addition to your collection if you are willing to pay the price for it."; fDesc[12] = "Mine (by Klaus Heinz and Volker Wertich). The main goal in this game is to get out of a cave using the blue exit. For the exit to open, you have to collect a specific amount o Emeralds. This can be quite tricky because you are not alone in the cave, there are a few different enemies as well as special items such as doors, keys, acid pools, bombs & dynamite and much more... The game offers several 'Levelgroups', each holds up to 99 caves. The first time you start a Levelgroup (you enter the cave), you only have access to the very first Level. Each time you solve a Level, you get access to the next one (you descend deeper into the cave). And of course there is a Highscorelist for each Level. The unregistered version of Diamond Caves contains 50 Levels, seperated into two Levelgroups:The 34 Training Levels are simple Levels to introduce new players to every element of the gameThe 16..."; fDesc[13] = "graphics and whipping up music will make Chak?s Temple game your favorite."; fDesc[14] = "custards, rabbits, and expanding green peas in this unique Boulderdash-type game. A cave editor is included so you can make your own caves."; fDesc[15] = "the caves with higher score."; 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 = '...'; } }