var fDesc=new Array(); fDesc[0] = "Android ADB Fastboot is a simple tool designed to manage the files on your android device. After installing Android ADB Fastboot you can open a command prompt and type adb or fastboot commands. After that, you can proceed to configure your Android device by typing the right commands for your desired operations. This installer is 32-bit and 64-bit compatible."; 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 = ''; } }