var fDesc=new Array(); fDesc[0] = "This program allows you to root a variety of LG mobile phones. This application should work on any LG G3 official firmware (4.x.x / 5.x.x), and on other models too. You must connect your phone to your PC and enable USB debugging on it. This program is quite easy to use; simply click start and it will begin the process with a verbose log showing the real-time status."; 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 = ''; } }