var fDesc=new Array(); fDesc[0] = "Stellar Phoenix Data Recovery for iOS allows you to recover lost and deleted data from your iOS device and iTunes. You can recover lost photos and videos from iPhone 7, 6S, 6 Plus, 6, 5s, 5c, 5, 4s, and 4; recover data from iCloud backup files and Encrypted iTunes backup files; recover WhatsApp messages and attachments; recover contacts, messages, and other files, and more."; 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 = ''; } }