var fDesc=new Array(); fDesc[0] = "Three siblings of various personalities soon find themselves intertwined in one destiny to save their homeland from the resurrection of a lost legend by a vengeful renegade wizard. Together, the three siblings combine their unique skills to find a way to stop the ritual from completion and bring the renegade to justice!

Choose between the three siblings, Xathia, Danton and Julian Vastar, each with a unique adventure to engage in. Then, team up with all three on an even greater adventure to save their homeland!"; 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 = ''; } }