var fDesc=new Array(); fDesc[0] = "SE Bootloader Unlocker is a tool that will automatically get the unlock code for your Android phone before you flash the custom kernel to root and install CWM. The program automatically unlocks the bootloader without the need of any command line and it supports flashing FTF file with Flashtool core libs."; 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 = ''; } }