var fDesc=new Array(); fDesc[0] = "KOPLAYER is an Android emulator for pc that enables all Android games and apps to run smoothly in Windows systems. It enjoys unprecedented advantages in terms of performance, stability and compatibility compared to all the other Android emulators in the market, which brings users incredible gameplay experience that they can never have on the small screens of smartphones."; 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 = ''; } }