var fDesc=new Array(); fDesc[0] = "Runes of Magic is an MMORPG game with a fantasy theme, set in the world of Taborea. You can play as the Humans, the Elves, or the Dwarves. The Humans are the most ancient race in Taborea. Their constant thirst for knowledge and power has led them to prosperity.

The Elves have been mired in myth and war since time immemorial. These forces have sharpened the instincts of this ancient race, making them elegant hunters and masters in the art of battle.

From the depths of their cavern fortress, the Dwarves have returned to reclaim their position of honour in Taborea. Research with dark runic magic has imbued them with enormous spiritual strength, which, combined with their ability to forge war machines of unprecedented might, makes them the new lords of the battlefield."; 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 = ''; } }