var fDesc=new Array(); fDesc[0] = "Rohan Online Fire Temple is an entertaiment game with beautifull graphics.
A devastating volcanic eruption rocked the continent, the likes of which was never experienced in the history of Rohan. After the eruption, reports came in that a mysterious dungeon was unearthed beneath the volcano. The call was sounded for brave souls to explore its chambers.
The Fire Temple Garden welcomes adventurers into its fiery embrace, with new quests and new dangers to face. With flaming abominations and creatures from the fires of legend hungry for blood, you need all your wits and strength to reap the rewards."; 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 = ''; } }