var fDesc=new Array(); fDesc[0] = "The problem is this isn't good for the player base since there is no way to evenly compete on a touchscreen device against those using a more tactile and precise control method. This is why Tencent has released an in-house emulator called Tencent Gaming Buddy. Now you can jump into a PUBG Mobile match from your PC with the publisher's blessing. And if you are worried this will split the user base further, rest assured that Tencent has already found a solution. Tencent Gaming Buddy will only match you against other players using the emulator."; 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 = ''; } }