var fDesc=new Array(); fDesc[0] = "Genymotion is an Android emulator, which gives you access to more than 40 different virtual devices. It gives you the ability to test your applications in various scenarios including battery charge levels, GPS settings, etc. It can make use of your webcam as a video source for camera apps. Genymotion is compatible with Android SDK tools, Eclipse and Android Studio."; 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 = ''; } }