var fDesc=new Array(); fDesc[0] = "XBMCLauncher is a helper app to allow setting XBMC as your Launcher in Android without modifying the XBMC app. This application works with all versions of XBMC as long as the app's name does not change.
This version has a shortcut to Android's main settings for easy access."; 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 = ''; } }