var fDesc=new Array(); fDesc[0] = "Two basic characters will be given in the start of the game (Nexus modes Junis and Junis Blue) in Versus mode. The other characters must be unlocked via Nexus mode. But some characters, (Noa, the One and Next) will be unlocked if you complete special tasks.

In Nexus mode, you will appear in Anphans mode, until you battle the monster to a certain state, then you will evolve, becoming either Junis or Junis Blue (depending on the Deunamist you pick)."; 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 = ''; } }