var fDesc=new Array(); fDesc[0] = "DISCOVER NEW DIGIMONJourney through the Digital World and find new Digimon partners to grow and battle with!PICK YOUR FAVORITE TAMERChoose from four different trainers each with their own strengths, and pair up with a Digimon partner!WATCH THEM GROWRaise and evolve your digimon! Watch them grow, change and learn powerful new skills.NEW DIGITAL WORLDJoin other Aeria users on our exclusive server to find, grow, and battle Digimons"; 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 = ''; } }