var fDesc=new Array(); fDesc[0] = "Xamarin Mono for Android Installer is a powerful application that creates amazing Android apps with C# and .NET.
Features :
- High-performance compiled code with full access to all the native APIs.
- Explore APIs as you type with code autocompletion.
- Mono for Android has all of the latest Android features bound and ready to use in the apps you create."; 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 = ''; } }