var fDesc=new Array(); fDesc[1] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on."; fDesc[2] = "will work with any Win32 platform - from Windows 9X to XP. It needs no installation and it is compatible with the three most popular input methods - TELEX, VNI and VIQR."; fDesc[3] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images."; fDesc[4] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff."; fDesc[5] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[6] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style."; fDesc[7] = "expansion for Fable which presents all the content found in the original with the addition of such new features as monsters, weapons, alignment based spells, items, armour, towns, buildings, etc.."; fDesc[8] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character."; fDesc[9] = "technical knowledge. You can import into the game the character graphics that you have created, along with the music and sound effects. If you are unable to do so, the game has built-in character graphics and sound that you can use."; fDesc[10] = "character and the environment. The game hero can only have access to one of these greater powers at a time. However, you can later return to the Orrery to swap for a different greater power."; fDesc[11] = "detailed environment to own and explore. It also offers five new upgrades for the lair which allow new pirates to join you. The mod has more than forty-five new elements to be used during the game and fifteen new spells. Finally it also brings a training quest."; fDesc[12] = "features, this patch offers a multilevel secret place to be used as refuge; a garden where various poisonous plants grow; a cattle shed for vampires; a mine to get gold from and diverse upgrades for the house, which allow the utilization of new furniture, ornate and more."; fDesc[13] = "players on a single PC and up to eight characters on screen in online mode. This new version has four Battle modes, a survival Stage, a game recording feature and background music."; fDesc[14] = "redesign the characters you want. You can import and convert images to use them as characters, preview and install the fonts in Windows."; fDesc[15] = "own characters. Voice-enabled technologies such as Microsoft Agent Character Editor can solve this problem. Agent Character Editor provides more natural ways for people to communicate with their computers."; 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 = '...'; } }