var fDesc=new Array(); fDesc[1] = "objective is to save the Happylanders, in order to rid the world of evilness. The game includes a level editor. By using it you can design your own levels."; fDesc[2] = "care of your children, find shelter, etc. At the beginning of the game you can customize the wolf you will impersonate, by choosing a hair color."; fDesc[3] = "War. Plot: You are an American soldier and you will have to infiltrate in the enemy ranks and get the vital information that is needed by your superiors. As you are a sniper the rifle will be your weapon."; fDesc[4] = "Europe, seeking clues in Da Vinci's notes, revealing hidden meanings, and unraveling the riddles that shelter the truth."; fDesc[5] = "screen saver will allow you to relax and feel as if you were taking some well-deserved vacations, or maybe living there, in a very cozy cottage next to a lake, with a view of a bridge with the water gently flowing under it."; fDesc[6] = ", X-Ray Cannon, Bazooka, Lucky Shot, Shelter, Fire + Ice, Anvil, Flare, Super Flare, Fracture, Claymore, Phantom, Earth Mover, Flak."; fDesc[7] = "shelter in a mountain cave. Now the Zoombinis find themselves trapped in a hazardous tunnel where mysterious creatures lurk. The Zoombinis’ escape rests squarely on your shoulders, or more accurately, on your brain."; fDesc[8] = "challenge taking care of a certain number of pets like dogs and cats. In this game each animal has different humor, some are calm and some are a menace."; fDesc[9] = "Diego save a lost wolf pup. Diego, his sister Alicia and cousin Dora are part of the mission team, and your child can work together with them to bring the youngest wolf pup back to the Animal Rescue Shelter."; fDesc[10] = "technologies to shelter your confidential information from both unauthorized access and destruction by malicious programs."; fDesc[12] = "typical Windows XP desktop theme. Our spaceship is in the bottom and the enemies, which are tuned-up Window icons, move left and right, and rotate around themselves in the blue sky. We should destroy all of them unless they destroy our shelter."; fDesc[13] = "severe or they are in danger. Mind that the refuge must be safe enough whatever happens in the eternal ice."; fDesc[14] = "screensaver will take you to a very mysterious place in the middle of a severe electrical storm. You will be able to see lightning bolts everywhere around you. The scene is so realistic that you even feel like running for shelter."; fDesc[15] = "keeping all your data organized, making sure you never miss an important medical appointment or shot."; 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 = '...'; } }