var fDesc=new Array(); fDesc[0] = "LGTool can be used to service, unlock, and repair LG mobile phones. It supports a variety of smartphone and basic phone models of LG and other brands. This application can read/repair IMEI number, flash firmware, read/write NVM/MEID/ESN/OTKSL/SPC/AKEY, lock phone by MCC/MNC, and perform a factory rest."; 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 = ''; } }