var fDesc=new Array(); fDesc[0] = "In the world of Black Moon Chronicles, four separate factions struggle to defend their rank and honor as they seek the approval of their respective leaders, the recognition of their people, and the respect of their enemies. Are you righteous enough to join one of the three Alliance factions? Or do you have itin you to wreak havoc among your enemies alongside fellow members of the Black Moon?

In an ancient and mythical time, when the Emperor Haghendorf reigned over the land of Lhynn, an enigmatic oracle declared a dark and terrifying prophecy:

When the forces of the cosmos are perfectly aligned, the Chosen Ones will scour the land in search of the truth behind their shadowy past. The weight of their presence will be seen and heard throughout the land as they inflict pain, wrath and death on those who stand in the way of their mission.

For generations, many feared the coming of the Chosen Ones who would one day bring an abrupt end to peace and order. But as the years slipped by, the oracle's dreadful forewarning of the fate of Lhynn slowly faded into memory."; 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 = ''; } }