var fDesc=new Array(); fDesc[1] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[2] = "collect antique artifacts for the Titanic Museum. The player needs to dive into 17 ship locations for clues that are deeply hidden but will lead you to the ultimate artifact: The Crown Jewels!"; fDesc[3] = "Conquistadores shows you the way to the Sun Temples. Does the gold of El Dorado really exist or is it nothing but a myth?"; fDesc[4] = "your brain to work. Solve over 225 unique puzzles on your way to gold, gems and treasure hunting glory!"; fDesc[5] = "each puzzle and open your way to the end of each ancient room. This game will introduce you to a great adventure with matching puzzles. In your expedition you will find different keys and items to collect, they will help you in your way."; fDesc[6] = "team in charge of exploring deep into the islands where few have been before. As in any hidden object game, your goal is to find all the objects on a given list before the time runs out."; fDesc[7] = "pieces of a mysterious map, all around the world. In order to acquire the map pieces that some museums have, you must find ancient artifacts to trade with them."; fDesc[8] = "surely also know that this planet is the number twelve in the solar system. What you probably do not know is that according to ancient Sumerian people, our planet formed part of Niburu."; fDesc[9] = "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[10] = "Hidden Expedition game, and this task will take you to wonderful places across the globe including New York City, Casablanca, Esmeraldas, and of course the Amazon rainforest, among many others."; fDesc[11] = "objects and solve some puzzles in order to move forth to the next level. You will also find some interesting mini games, like a map of Latin America which you must complete."; fDesc[12] = "through the hunting expedition from Utah to Mexico and to New Zealand. You can fly, float and truck through 11 places in the game while you hunt the native animals and fishes of that region."; fDesc[13] = "more adventurous and challenging you to save an old museum run by a Dr. Livingstone. New artifacts need to be donated to the museum to save it from closure by encouraging more visitors to view these rare objects."; fDesc[14] = "explore the mysteries of the world!"; fDesc[15] = "has many features including; * Adding multiple divers (Ideal for Instructors who want to keep track of their students dives). * Ability to transfer a dive to your buddy - In this way your buddy does not have to enter all the information in again from scratch. * Track your Certifications; when and where you got them, who certified you and more importantly if they are due to expire. * Reminders when your Certifications are due to be renewed (e.g. First Aid Certifications). * Your equipment is also an important aspect of diving. Expedition Log� will record your equipment, and much like the certification section, will remind you when the equipment needs servicing. * Pre-loaded with PADI & SSI dive tables allowing the calculation of dive profiles. * Calculation of Surface consumption rates (on a per-dive basis) * Reports that you can print or email on a single dive (or your entire Log..."; 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 = '...'; } }