var fDesc=new Array(); fDesc[0] = "Xamarin for Windows is an app development platform that can deliver native apps for all major mobile platforms. The program provides Visual Studio add-ins so that you can develop your iOS, Android and Windows apps all in a single solution. The Xamarin extensions support building, deploying, and debugging on simulator or device. The Azure Mobile Services component, developed by Microsoft, provides data storage in the cloud, user authentication, and push notifications. Declare your data in your app and with only a few 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 = ''; } }