var fDesc=new Array(); fDesc[0] = "Titan Quest™: Immortal Throne™ is the action-packed expansion to the 2006 RPG hit, Titan Quest. Brian Sullivan, award-winning co-creator of Age of Empires and Titan Quest, continues the epic story across the dark and more sinister Underworld of Hades.
In this epic quest of good versus evil, players will encounter the greatest villains of Greek mythology, brave the attacks of Cerberus, and hazard the banks of the River Styx. Along with new foes, players will fight alongside Agamemnon and Achilles, interpret the prophecies of the blind seer Tiresias, and use the wiles of Odysseus to conquer this dark new adventure.

•10 Additional Character Levels – allows players to bring existing and new characters to new heights, along with higher level equipment and skills.
•8 New Character Classes – The expansion pack features an entirely new skill mastery, which combines with existing skill masteries to create eight new exciting character classes.
•New Exotic Monsters and Locations – Quest through exotic locations in the Mediterranean area and ultimately descend across the river Styx into the heart of Hades. Defeat terrifying new monsters on your way to victory!
•Artifacts & Enchanters – A new type of rare equipment that gives the player characters a powerful bonus. Plus, new non-player characters that can create artifacts from recipes.
•More Unique Equipment – Uncover hundreds of powerful new unique items and use Caravans to store them as you quest through the Underworld of Hades."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }