var fDesc=new Array(); fDesc[0] = "After overcoming the Dreamless Castle and Moonfell Wood, you have come to the rugged, mountainous snow-peaked Goblin Kingdom. Princess Sophia, the only human seen in over a century in this part of the world, seeks answers from its wise King about the fate of the rest of her people. But dark portents await: things are not well in the Kingdom, and dark shadows lurk waiting to trap the unwitting Princess in Awakening: The Goblin Kingdom!

Features:
- Fantastic gameplay
- Incredible action"; 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 = ''; } }