var fDesc=new Array(); fDesc[0] = "Xamarin.iOS helps creating iPhone and iPad applications. You may use your favorite .NET libraries in Xamarin.iOS applications. You can reuse up to 90% of your existing C# code when porting from iOS to Android. In addition, you can easily bind third-party native libraries and frameworks."; 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 = ''; } }