var fDesc=new Array(); fDesc[1] = "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[2] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[3] = "previous versions. Given the number of race days you need to win, it takes quite a long time to get to the end, thus making the game a little uninteresting. While graphics are realistic, ProStreet's audio isn't very good and this definitely makes the game not as good as expected."; fDesc[4] = "without paying a coin. You will even find some cable channels and in their original languages, pretty amazing. After trying it for a few hours, watching all kind of channels the test for malware and viruses that the program may install during the installation process was successful."; fDesc[5] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[6] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure."; fDesc[7] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[8] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire."; fDesc[9] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[10] = "processing, smart media streaming, and faster startup. Shockwave downloads quickly and updates automatically, providing easy access to rich multimedia Web experiences regardless of connection speed. With over thirty million successful downloads to date, Shockwave is the de facto standard for interactive Web multimedia. Inclusion of the player in Microsoft Windows 98, MacOS 8.5, and AOL 4 gives Shockwave the greatest reach of any interactive multimedia playback technology, creating the infrastructure for an unprecedented diversity of entertainment and educational programming. Shockwave delivers high performance, new effects and, with auto-updating, the guarantee that Web audiences will always be able to view the latest multimedia."; fDesc[11] = "passwords. This incredible program provides a unique password recovery method that guarantees successful password recovery regardless of password length."; fDesc[12] = "games nowadays. This game may be old but it has lost none of its entertaining value that catapulted DMA Design (now Rockstar Games) into the successful developing company it is now. Give it a try, you will enjoy it."; fDesc[13] = "your fellow players to advance. A prominent and exciting feature of Knight Online is the involving, persistent, large-scale war between players. Upon registering and creating your character, you must choose between two nations: El Morad, the nation of the human race, and Karus, the nation of the Orc tribes. The successful player will seek to join forces with others of his or her nation in order to obtain victory. By enduring battles, that character may also become a hero in the Knight Online World. He may also receive a title and reward from the King, become the lord of his own castle, and even rule over a city."; fDesc[14] = "fullest extend. It will make you cheerful, well wishing and highly successful in your life. Well and you will also enjoy to pass through the animated 3D tunnel of aliens."; fDesc[15] = "of 8 attitude adjustment techniques and advice from executive recruiter, manager and team leader, Joe Estey. The cheapest and most comfortable way to obtain successful attitude skills."; 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 = '...'; } }