var fDesc=new Array(); fDesc[0] = "Abaddon is a medieval post-apocalyptic computer role playing game. It is the first, last, and only example of the MPACRPG Genre, thereby being both the greatest and worst MPACRPG simultaneously!

Each canton, or district, is ruled by one of the nobles, descendants of the leaders who brought the refugees of the great apocalypse to safety. As the centuries pass, each canton begins to develop its own culture, and they forget about the world they left behind..."; 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 = ''; } }