var fDesc=new Array(); fDesc[0] = "TunesBro DiskLab for Android can recover deleted and lost data from Android devices. You can bring back data lost due to accidental deletion, system crash, app error, SD card / USB malfunction, factory reset, ROM flash, etc. DiskLab for Android supports a wide range of file types and contents including messages, calendar, call history, notes, WhatsApp chat, videos, photos, and Internet history."; 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 = ''; } }