var fDesc=new Array(); fDesc[0] = "Android Ultimate Toolbox Pro is a free program that enables you to flash your Android device. The program allows you to perform tasks such as: flash kernels, flash recovery images, flash upate.zip, flash system images, flash data images, flash splash images, install APKs (system and user), uninstall APKs, unpack APKs, repack APKs and sign APKs."; 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 = ''; } }