var fDesc=new Array(); fDesc[0] = "AI Project Constructor software can be used for renaming App Inventor projects and reordering screens in existing projects. It also lets you create experimental code and import it to main project code. A team of people could collaborate on the same AI project. Each member of the team could on a separate section of code and then that code could imported the main project for the teams AI project."; 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 = ''; } }