var fDesc=new Array(); fDesc[0] = "Join with the many races of Etheria as you fight your way through the ruins, jungles and deserts of the southern continent of Keshan, searching for new lands to conquer, and the treasure with which you might build an Empire.

Or take the role of the Ssrathi the snakemen of Keshan as they repel the invaders and then unleash the full might of their empire upon the northern realms!"; 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 = ''; } }