var fDesc=new Array(); fDesc[0] = "Dark Eden Origin is an online MMORPG game of battle between vampires and humans in a highly developed industrial society. Two races on one path to Holy book of Blood.
Slayers, who want to stop the destruction of human race, Vampires, who wish for eternal life after unsealing themselves. They are the choices for your play.
Enjoy the brutal battle between two races awakened with mysterious power after the world went to sleep with the extinction of civilization. The path towards the victory is in your hand."; 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 = ''; } }