var fDesc=new Array(); fDesc[0] = "Miracle Eagle Eye is a free MTK Android IMEI repair application. The program allows you to modify pin-outs, the Android (ADB) backup and the ADB ROOT. The application also supports server changes, USB debugging, various flash boxes and it has powerful unlocking capabilities."; 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 = ''; } }