var fDesc=new Array(); fDesc[0] = "EMDK for Android provides developers with a comprehensive set of tools to create business applications for enterprise mobility devices. It includes enterprise mobility Android class libraries such as Barcode, sample applications with source code, as well as all of the associated documentation.

It also includes a Profile Manager Technology within the Android Studio IDE, providing a GUI based development tool; this allows you to write fewer lines of code."; 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 = ''; } }