var fDesc=new Array(); fDesc[1] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities."; fDesc[2] = "find mythological gods, supernatural universes and fantastic scenarios. Your duty is to prevent that the evil god Loki takes over the universe.You can choose from four gods of four different cultures: Greek, Aztec, Norse and Egyptian."; fDesc[3] = "developed by TimeGate Studios (instead of Monolith Productions developers of the original F.E.A.R.). Extraction Point requires the original game to be installed and played."; fDesc[4] = "paranormal storyline from the first game, with new twists. The game's atmosphere is so good, you heart WILL stop while playing it, this is a scary and fun game."; fDesc[5] = "investigator. Ever since she partnered with Henry Fitzroy, a 450 year-old vampire, the pair has investigated cases involving everything from zombies and ghosts to psychics and demons. Now, a new mystery has emerged. 14 people have recently gone missing."; fDesc[6] = "by Frogwares. This time the plot takes Sherlock Holmes and Dr. Watson to investigate a series of mysterious deaths which are in some way connected to the Cthulhu Mythos."; fDesc[7] = "the game progresses, you realize you have supernatural powers that will assist you in the game and in the storyline. It is a very entertaining and innovative game, and its recommended for all adventure fans."; fDesc[8] = "we will be able to enjoy some of the incredible features of this expansion pack of one of the best action games. This title is arriving at your computer with new weapons, new scenarios and the continuation of the plot of the first game."; fDesc[9] = "supernatural events and the constant pursuit of unnatural evil creatures. Larva Mortus is an upper view shooter in which we must fight all kind of evil creatures and monsters."; fDesc[10] = "the introduction to the story behind this house. You will learn about the family that used to live in the house. A perfectly normal and happy family. And, suddenly, the people from the town started asking about them, since they haven't been around for a while."; fDesc[12] = "images of nature."; 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 = '...'; } }