var fDesc=new Array(); fDesc[1] = "Sims. The sixth expansion pack for The Sims 2, which is called The Sims 2: Bon Voyage, presents a similar topic to develop. Vacation introduced a new neighborhood, called Vacation Island, where the Sims may take vacations with members of their own family or with other Sims"; fDesc[2] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[3] = "a five-headed dragon in order to win back royal treasure and free an abducted princess"; fDesc[4] = "will be able to have some help achieving success with her restaurant. The player can choose between two game modes: City to City and Day In, Day Out."; fDesc[5] = "Explore a secluded region of Ashan populated with fearless orcs, savage goblins, dreadful undead, elusive trolls, massive dragons and many other creatures that defy nature's creation in both size and cunning."; fDesc[6] = "age or less that enables single players to use gaming skills to overcome obstacles and choreograph dance moves. This game portrays Barbie as the character of Princess Genevieve."; fDesc[7] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run."; fDesc[8] = "this game, the hero is a fearless young researcher named Bomberic. The game takes place in labyrinths of various complexity. You must fulfill various tasks during the game: find keys, blow up walls and chests, fight hordes of malicious creations, destroy huge mushrooms-parasites and more. Within labyrinth walls, many treasures are hidden. When you have collected a certain amount of gold, you will receive one of the additional bomb sets. You also will find bonuses in the labyrinth, which will grant you additional abilities."; fDesc[9] = "you, as detective Nancy Drew, to join the case, to infiltrate a dangerous crime syndicate and catch this phantom thief before he or she destroys the heart of Venice!"; fDesc[10] = "liberate young turtles and collect all the diamonds. To liberate them you must jump over the young turtle after finding him and defeat your enemy. Try to find extra diamonds in secret places."; fDesc[11] = "great for Children's birthdays. This styles is made for young ones and young at heart. Just put you videos/pics, add some music & see you videos transformed into something out of this world."; fDesc[12] = "Einlock. This young woman is looking for her missing husband because they are supposed to get married in two days. Beyond the story, the game could be categorized into the “seek & find” category."; fDesc[13] = "way. This application features an attractive and very appealing interface especially designed for use of young learners. This program shows graphically how multiplication works. It does not contain any exercise whatsoever."; fDesc[14] = "provides users with a virtual library with which they can store their collection of PocketBibles, Books, and other bible study materials. This plug-in is part of that collection."; fDesc[15] = "Young, a Scottish 19th century publisher with a deep knowledge of anicent languages. His intention with this version of the Scriptures was to produce a strictly literal translation based on the original Hebrew and Greek texts."; 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 = '...'; } }