var fDesc=new Array(); fDesc[1] = "published by Atari. Inspired by the writings of Andrzej Sapkow, the Polish writer, The Witcher is a title in which a warrior will face some monstrous beings known as the \"werewolves\"."; fDesc[2] = "Your goal is to recover stolen Egyptian treasures by matching two identical tiles, making them disappear from the board."; fDesc[3] = "immerses the player in a fierce war between an intergalactic space colony called Halo and some stellar alien invaders known as the Covenants."; fDesc[4] = "French policeman caught in an attack upon Paris. Together with Japanese actor Takeshi Haneshiro, they embark in an epic adventure to a journey of 500 years"; fDesc[5] = "The game story tells that in the deepest darkest jungle lies an abandoned temple. The players must lead Crazy Chicken (the game main character) inside, and travel deep underground to find the elusive Jewel of Darkness."; fDesc[6] = "dark magic and you must help them to escape from dark wizard Garouba. This game is very easy to control and play, all you need is your mouse. With this game you will get entertainment, and a speed and mind challenge."; fDesc[7] = "China, where you are given a daring mission to accomplish. The pass of time has weakened some sections of the Great Wall, and it is your task to repair them."; fDesc[8] = "Zoombini Isle, and it will take a clever mind to help the Zoombinis navigate their way to safety. Standing between you and your destination are twelve perilous puzzles, with four levels of difficulty each."; fDesc[9] = "words and spelling. Sandscript has all a game needs to be appealing, a nice storyline, excellent gameplay and beautiful graphics. If you are a word games lover, you should have this game in your collection."; fDesc[11] = "execution. This game, apart from being really fun and exciting, is a good chance to build up vocabulary and improve spelling."; fDesc[12] = "next level. Combines multiple game worlds and levels,with tense nerve-wrecking addictive gameplay,to produce a unique gaming experience."; fDesc[13] = "seized Zoombini Isle, and it will take a clever mind to help the Zoombinis navigate their way to safety. Standing between you and your destination are twelve perilous puzzles, with four levels of difficulty each."; fDesc[14] = "takes you in alluring journey where you have to light Christmas trees, and by avoid fun different obstacles."; fDesc[15] = "sacred scrolls. Game is fun and absolutely FREE!"; 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 = '...'; } }