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] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed."; fDesc[3] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[4] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing."; fDesc[5] = "characters and excellent detailed 3D environments. The game comes with a step-by-step tutorial for first time players."; fDesc[6] = ", choose your character, and begin to decipher the puzzles, defeat monsters and complete the dangerous missions. You will have to go through eleven game levels, major challenges and super splashy dialogues, Shrek style!."; fDesc[7] = "following issues: *Memory leaks fixed. *Corrupted skins will no longer crash the game. * Speed up *Load times have been improved for all systems."; fDesc[8] = "through the 18 challenging holes, collect many points as you can, and unlock new characters to have more fun!"; fDesc[9] = "redesign the characters you want. You can import and convert images to use them as characters, preview and install the fonts in Windows."; fDesc[10] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container."; fDesc[11] = "problems of a writer. It is an excellent tool for organizing and administrating texts during the writting process that also allows importing projects that are being developed or that have already been finished."; fDesc[12] = "send out through an IP telephone, Instant Messengers or online games. You can use any of the three pre-selected voices, but you can change them all going to the options menu."; fDesc[13] = "includes an ASCII editor for direct drawing on a grid, using the ASCII characters shown below the grid. Users can create figures, pictures, etc. on their own imagination."; fDesc[14] = "are going to find a lot of new characters to play.And some old characters will be back. In this opportunity, your character Shaikan, as you remember is the one who has dragon blood in his veins."; fDesc[15] = "have to click on the desired character and it is automatically inserted into the document. You can change the font and size, match as in the document, or utilize the HTML option. It has a magnifying glass that allows you to make a close-up of the characters."; 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 = '...'; } }