var fDesc=new Array(); fDesc[0] = "Calibur of Spirit is a MOBA game where you control heroes to destro other team's core. Once the core is destroyed, the other team loses. Each team picks a set of heroes with different abilities and skills that you can use to kill other players. On the map you will also find various bonus encounters that give you currency to buy items."; 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 = ''; } }