var fDesc=new Array(); fDesc[0] = "Ai2 Starter is an offline server environment for App Inventor 2 that doesn't require any Internet connection. App Inventor is a tool that lets you create Android applications using a web browser. Ai2 Starter features a portable JDK and the latest App Inventor source and companion tools. You also get a built-in 256MB emulator storage. MIT App Inventor is a programming environment for Android app development."; 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 = ''; } }