var fDesc=new Array(); fDesc[0] = "HTC One Toolkit can edit the settings of a HTC phone, install new firmware, etc. It can unlock the phone to remove the security settings. This allows the user to make changes to the advanced settings. Manual commands can also be run using the program. Re-locking of the phone blocks further modification of the settings."; 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 = ''; } }