var fDesc=new Array(); fDesc[0] = "ATC - BoosterStack Lite is an application used to configure the AIR BoosterPack device. The AIR BoosterPack is a low-power wireless transceiver extension module for use with the Texas Instruments MSP-EXP430G2 LaunchPad development kit. This application helps users to perform real-time monitoring of their radio application's performance and data packet integrity. And because you have full access to BoosterStack's source code, you can easily leverage the code in your own application."; 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 = ''; } }