var fDesc=new Array(); fDesc[0] = "To understand our war, and why our Knights battle, we must seek the knowledge of things forgotten by most. The roots of our conflict go as deep as the very nature of the universe. The World was not always as it is today.

In the age before time as we know it, there was only the mystic void and the ancient, unformed energies. What initiated the change is beyond understanding, but the ancient energies began to gain substance. And out of this fabric of developing substance, a thread, a very special power, gained consciousness."; 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 = ''; } }