var fDesc=new Array(); fDesc[0] = "HTC Bootloader Unlock helps you to pass through this first door to full control of your HTC devices. That is to unlock the Bootloader. The way to unlock it will be safe and simple and also done in an official way. It will retrieve the unlock code automatically and saves you all the trouble to manually do it. All you need to do is to connect and then click. It supports as many HTC Devices as possible. It has been widely tested and proved to be efficient. And there is a re-lock bootloader function built in the software itself. After unlocking your Bootloader, you then will be able to root it and flash any custom recovery or ROM. You HTC will be customizable and unique. And you are also able to remove bloatware and install root-only apps to maxmize the function and performance of 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 = ''; } }