var fDesc=new Array(); fDesc[0] = "Divine Souls is an action-based MOBA featuring speedy, combo-heavy combat! Set in a world where technology and magic coexist, a unique story and plot building quests await the player. Select from 4 character classes and engage with demons and other players through PvP modes or team up with friends using the Party System. Restore the balance of magic and bring peace to the Mado empire."; 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 = ''; } }