var fDesc=new Array(); fDesc[1] = "in order to progress in the game. In this case, the scenarios will be represented by different rooms in the castle. You can see your current location at any time in the game map. There are some extra minigames included."; fDesc[2] = "expansion bases itself in the struggle for the British isles, and sets several kingdoms waging war between them. With all the great things that make Total War great and some more, this is an expansion to have."; fDesc[3] = ", based in the Z80 processor, created by Microsoft in the early 80´s. This \"standard\" was nearly unknown in the United States or England, but was widely used in Europe and Latin America. blueMSX allows you to run programs created for that architecture through your PC."; fDesc[4] = "have written on a list in order to unlock new stages, get as much clues as you can so you can solve the mystery. This game will really challenge your observation skills."; fDesc[5] = "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[6] = "effort to restore her family name. Jane has lots of tricks up her sleeve to attract her customers, but it's going to take careful strategy and the right upgrades to keep the visitors happy in Janes Hotel: Family Hero Deluxe."; fDesc[7] = "power of today's informational online resources, and it sits alongside a very comprehensive Indian language resource kit. This kit includes the Gujarati Dictionary, a Thesaurus, an Idioms section, and the options of Phrases and Proverbs."; fDesc[8] = "play in a independent way of the main game, you can choose between six nations of the main game(France, Polone, Russia, Egypt, Germany and England) and you will find three new nations Spain,The Confederation of the Rhine and the Great Duchy of Warsaw."; fDesc[9] = "with sequences of JPG and BMP images or photos from your digital camera."; fDesc[10] = "antique version, it has a great historic interes, and would be ideal for scholars or laypersons interested in the study and/or comparison of different versions of the Scriptures."; fDesc[11] = "feature that allows you to find any word included in the King james version of the Bible, as well as other related terms, all with their appropriate references (book, chapter and verse)."; fDesc[12] = "epic battle in ancient England. You get to play, one after another, both sides of the struggle, good and evil. The quests, puzzles, and the way ..."; fDesc[13] = "Market."; fDesc[15] = "around the globe. Pitch Deluxe makes it as simple as a few clicks of the mouse!"; 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 = '...'; } }