var fDesc=new Array(); fDesc[0] = "LeapDroid is a powerful Android emulator for Windows OS.

Main features:
- The app can simulate all touch gestures and map them to corresponding keys on the keyboard.
- You can run two or more Leapdroid instances side-by-side, so you can play the same game with different accounts."; 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 = ''; } }