var fDesc=new Array(); fDesc[0] = "Accidentally deleted a couple of important files on your iPhone, iPad or iPod. Unfortunately, you just forgot or couldn't remember the password of iTunes backup file? Without the correct password, you don't have permission to access the content in iTunes backup. Luckily, with the help of UUkeys iTunes Backup Unlocker, you can quickly find your lost password with its advanced password scanning engines."; 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 = ''; } }