var fDesc=new Array(); fDesc[1] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on."; fDesc[2] = "case you don't know the previous game, your goal is basically to fit a specific number of different pieces into a board with the shape of animal. You can rotate the pieces, but you have to very fast."; fDesc[4] = "sounds. Those sounds are the mainly the sounds that one would consider white noise. They are often used for relaxation and meditation. The sounds range from several types of rains to wildlife in India."; fDesc[5] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals."; fDesc[6] = "photos, taken by the renowned wildlife photographer Rich Beckman, you will enjoy observing lions, leopards, cheetahs, zebras, giraffes and many other animals, while solving brain-teasing puzzles."; fDesc[7] = "amazing features that you will hardly find in other puzzles.To start with, there are more than 500 new photographies of stunning landscapes, cities, exotic places, historic monuments and sites, wildlife, flowers and a lot more."; fDesc[8] = "get a well deserved rest from all the dreadful daily activities. You will be transported to a place that could be mistaken as paradise. You will find yourself in the middle of a beautiful valley somewhere in the mountains."; fDesc[9] = "browser, scaling from a single PC with a webcam to a solution covering dozens of cameras, using commodity PC hardware as a base."; fDesc[10] = "play with mouse, keyboard or with joystick. The attractive graphics of wildlife-themed levels will bring you hours of enjoyment. To download the game one must have win95/98/me/2000/xp, Pentium 200 MHz processor, 16 mb ram, video card 4 mb, directx 8.1."; fDesc[11] = "exotic animal and plant species. Realistic animal development from birth to aging takes place in the zoo, and users experience animal behavior and social activity depending on how well the animals are taken care of."; fDesc[12] = "the world. Install this screensaver and see elephants, lions, gazelles, cheetahs, monkeys, hippopotamuses, crocodiles and others."; fDesc[13] = "cascade of falling water placed in a solitary spot during the spring bloom. The screensaver has outstanding visuals, sounds of the wildlife and music."; fDesc[14] = "animals and plants in an open space. You have to consider the needs of each animal and how they interact with others and with their environment. A truly innovative and exceptional strategy game."; fDesc[15] = "from San Mateo, California. See amazing photographs of leopards, lions, zebras, elephants, cheetah's, and many others"; 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 = '...'; } }