var fDesc=new Array(); fDesc[0] = "Android Music App Maker is a converter and an organizer that packages music files in a standalone Android music library application. You can organize some of your favorite music in an Android app and then publish it on Android markets or on your own site. The output APK files can be downloaded through data line, Bluetooth, even online."; 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 = ''; } }