var fDesc=new Array(); fDesc[0] = "The platform for gamers to play, connect, explore, and more. Send messages instantly to your friends. Professional or amateur, Garena builds stages for gamers to pursue their passion for competitive gaming. Users can connect via Garena Platform to connect with their fellow gamers, get the latest news and updates around the gaming community. Garena is a leading advocate and organizer of Esports events in Greater Southeast Asia, which strengthens the game ecosystem and increases user engagement."; 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 = ''; } }