var fDesc=new Array(); fDesc[0] = "This program can recover deleted photos, videos, songs, WhatsApp and text messages, contacts, call logs, documents, and other data from Android devices and SD cards. It can quickly scan your phone and provide you a preview of all the recoverable data. FonePaw Android Data Recovery can be used on data-loss scenarios such as accidental deletion, OS crash, SD card issue, rooting error, ROM flashing, and virus attack."; 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 = ''; } }