var fDesc=new Array(); fDesc[0] = "Earthrise is a post-apocalyptic science fiction MMORPG set in the distant future. In the aftermath of the Third World War, mankind has managed to survive and build a new society. Cloning, nanotechnology and quantum engineering are part of the new reality. Thanks to these technological advances, the human species have become immortal. Each individual’s consciousness is stored in a data vault, ready to be uploaded into a cloned body as necessary.

There is a unified government that takes good care of those citizens who abide its strict laws. It appears paradise might have really come to Earth and the people have embraced it. But not everything is as perfect as it seems. By exercising full control over the cloning process, Sal Vitas' government decides who will live and who will not, playing the role of God on Earth. Insurgent forces have accused the city's rulers of crimes against humanity. Armed factions fight for resources and power within the new system. And from the waves of discontent, a revolution has fomented forming a rebel government: Noir."; 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 = ''; } }