var fDesc=new Array(); fDesc[0] = "Certain Android mobiles are locked with their bootloader. Once bootloader is locked, you can not root or flash new ROM.

Thus, we launched Unlock Phone. Unlock Phone is the simplest and safest software to help you unlocking the boot loader. The whole process would take some time, please wait patient until it finally complete. Before unlocking your phone, please read the following information carefully."; 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 = ''; } }