var fDesc=new Array(); fDesc[0] = "BlueStacks is a free and handy utility that allows you to launch Android applications directly on your PC or tablet.
Once you complete its fast and clean installation, you will have access to an introductory video where you can learn how to manage this software. The interface is simple and straightforward, and for each button you will get hints to help you when needed."; 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 = ''; } }