var fDesc=new Array(); fDesc[0] = "Android Multi-Install Tool is a free program that enables you to batch install your applications on your Android device. You can throw whatever APK files you want to install into it and connect your phone with the debugging feature enabled, hit the install button and all the applications in the list will be installed on your smartphone."; 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 = ''; } }