var fDesc=new Array(); fDesc[0] = "MiniTool Mobile Recovery for Android, a free Android files recovery software, is a good option for Android users to recover lost, deleted, and corrupted Android data. It not only can recover Text data (Messages, Contacts, Call History, WhatsApp, and document data) but also can recover Media data (Photos, APP Photos, Videos, Audios, and WhatsApp Attachments). This free Android data recovery tool provides 2 recovery modules (recover from phone and recover from SD-Card) to restore Android data regardless of the reasons for data loss."; 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 = ''; } }