var fDesc=new Array(); fDesc[0] = "Tenorshare 4uKey - iTunes Backup
Quickly Decrypt iTunes Backup Password
Recover forgotten iTunes backup password quickly and safely
Disable iTunes backup encryption within one click
Remove Screen Time passcode without any data loss
Ensure a 100% decryption rate with advanced algorithms
Compatible with latest iOS 13/12.4/iPadOS and iPhone 11/11 Pro/XS/XS Max/XR"; 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 = ''; } }