var fDesc=new Array(); fDesc[0] = "Super Root Android provides a fast and easy way to root your device. It works perfectly for almost all Android models from different manufacturers like Samsung, Motorola, HTC, Sony, Google, etc and all Android versions from Android 1.5 the cupcake to the latest Android 5.0 Lollipop. After rooting, you are able to uninstall preinstalled bloatware and crapware, access more root-apps, backup app and game database, change some system files and performance, end system process, block ads, change keyboard and font, install apps to SD card, etc."; 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 = ''; } }