var fDesc=new Array(); fDesc[0] = "BlueStacks App Player is an Android emulator that lets you download, install, and run Android applications and games on your Windows PC. This tool provides customizable game controls using your keyboard and mouse, which gives a PC-like gaming experience. You can choose to play using the default controls, edit them, or create controls for games where they don't exist by using the Controls Editor."; 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 = ''; } }