var fDesc=new Array(); fDesc[0] = "iTunes Backup Password Recovery Professional allows you to unlock password-protected iTunes backups. You can recover the iPhone backup password which restricts you from restoring the backup, gain access to information stored in password-protected iPhone, iPad, and iPod Touch backups; decrypt data stored in all modules of original and "jailbroken" iOS devices, and more. The Pro version also features GPU acceleration, which reduces the time required to recover the backup passwords."; 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 = ''; } }