var fDesc=new Array(); fDesc[0] = "Mobile App Source installs the Android Source Code required for SimpleLink Wi-Fi Starter. The SimpleLink Wi-Fi Starter mobile App is a convenient tool for users to configure, connect, and communicate to the CC3100 BoosterPack or the CC3200 LaunchPad. This application uses TI SmartConfig Technology to easily provision CC3100 and CC3200 devices. The app helps users find SimpleLink Wi-Fi devices connected to the network using the mDNS function under Devices tab."; 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 = ''; } }