var fDesc=new Array(); fDesc[1] = "Gothic 3 put you in the foots of a hero without name, who has the ability to be a warrior, an archer or a wizard. Plot: The major character comes from the seas to the kingdoms of the continent, where the Orcs have invaded almost every human"; fDesc[2] = "game providing them with a ‘bridge’ continuum from edition 3 to 4 of Gothic. This add-on is rated for Teen to Adult use and presents players with an enhanced interface, updated graphics of outstanding visual quality and up to 20 hours at least, of new game play"; fDesc[3] = "in a fantasy world, where you will control a character with his own characteristics for the fight. The goal is to defeat your enemies. Plot: The characters can be elves, humans, dwarves, mages, orcs and trolls."; fDesc[4] = "The most relevant difference in Armageddon's Blade is the addition of the Conflux, which increases the total number of alignments in Heroes III to nine. Six new campaigns were included, and over 35 single scenarios were also added."; fDesc[5] = "terror, a group of courageous men and women has gathered to improve their skills to fight against the evil guild and bring justice back to people's lives. Experience the ancient Chinese Kungfu and magic, enjoy the endless beautiful scenery and mythical environment in which you can develop your own character and interact with other real-life and imaginary beings. This marvelous MMOG (Massively Multi-user Online Game) conquers the hearts of millions of players. Beautiful 2D artistic backgrounds and advanced 3D effects bring characters and environments to life. Sophisticated equipment system with exotic ancient weapon and customized motions designed for each weapon. A lot of treasured gems are waiting for you to explore, which will grant unimaginable power to its owner. Four character types to choose from: gallant Trojan, righteous Warrior, unsurpassable Archer, resourceful Taoist, which..."; fDesc[6] = "playing archery live through its 3D renderings. Archery 3D with its 3D engine provides a look and feel of the 3D environment. It beats its counterparts with 3D effects and real fun with carton based graphics."; fDesc[13] = "by shooting them or tricking them so they shoot each other."; 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 = '...'; } }