var fDesc=new Array(); fDesc[0] = "iTunesKey is a powerful iTunes password recovery program that recovers passwords for iTunes backup files, both for iPhone and iPad.

It can recover the passwords for your encrypted iTunes backup using brute-force attacks, mask attacks, and dictionary attacks.

It will also work with all versions of iTunes, iPhone, iPod, and iPad."; 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 = ''; } }