var fDesc=new Array(); fDesc[1] = "changed. Back in time, Lara was a group of polygons moving awkwardly around ugly-looking square levels. Now, Lara is a real woman, with real clothes that move and break."; fDesc[2] = "can download the free demo version and play it for 60 minutes. It features nice graphics and lots of different games and puzzles."; fDesc[3] = "the dark underworld of Hades on a quest of good versus evil, during which they will encounter some of the legendary villains of Greek mythology."; fDesc[4] = ", and only a handful of men and women who become modern Templars fight against the hordes of monsters that try to destroy the little thing that remains of what we called London."; fDesc[5] = "Hercules. Make a note, James Woods voiced Hades, Lord of the Underworld."; fDesc[7] = "Deluxe. The Gods of the Egyptian Underworld look on contentedly as you collect jewels for them. Puzzle fans who can use strategic thought will earn shiny amulets and jewels in 100 challenging levels."; fDesc[8] = "misfits, bandits, and monsters. Hunt the villain who tried to kill your Empress, and keep him from assassinating you first."; fDesc[9] = "as you collect certain items and experience, probably you'll like Kivi's Underworld. Probably the people who will appreciate Kivi's Underworld the most will be those with not very powerful PCs."; fDesc[11] = "world from the forces of Hell, flying his hot air balloon into the underworld to battle ghosts and recover the holy Cruciforms!"; fDesc[12] = "underworld. You will be able to see the castle where all the evil forces reside. The place is very gloomy with fire and lava all around. Some really creepy music and sounds will help complete the scene."; fDesc[14] = "side quests. Attempt to uncover a mysterious conspiracy that is destroying the underground land of Avernum."; fDesc[15] = "and to gain revenge on the cruel empire that put you there. Avernum is a classic fantasy role-playing game, ..."; 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 = '...'; } }